@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:OTL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:otl .

bioregistry.metaresource:miriam dcterms:hasPart miriam:otl .

bioregistry.metaresource:n2t dcterms:hasPart n2t:otl .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:otl .

bioregistry:otl a bioregistry.schema:0000001 ;
    rdfs:label "Oryza Tag Line" ;
    dcterms:description "Oryza Tag Line is a database that was developed to collect information generated from the characterization of rice (Oryza sativa L cv. Nipponbare) insertion lines resulting in potential gene disruptions. It collates morpho-physiological alterations observed during field evaluation, with each insertion line documented through a generic passport data including production records, seed stocks and FST information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:OTL,
        n2t:otl,
        prefixcommons:otl,
        miriam:otl ;
    dcat:keyword "dna" ;
    foaf:homepage <http://oryzatagline.cirad.fr/> ;
    bioregistry.schema:0000005 "AADB12"^^xsd:string ;
    bioregistry.schema:0000006 "http://oryzatagline.cirad.fr/cgi-bin/general_mutant.pl?line=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^A[A-Z]+\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2760-2864 ;
    bioregistry.schema:0000024 "http://oryzatagline.cirad.fr/cgi-bin/general_mutant.pl?line="^^xsd:string ;
    bioregistry.schema:0000027 <http://oryzatagline.cirad.fr/cgi-bin/general_mutant.pl?line=AADB12> ;
    bioregistry.schema:0000029 "otl" .

orcid:0000-0003-2760-2864 rdfs:label "Emmanuel Guiderdoni" ;
    foaf:mbox "guiderdoni@cirad.fr" .

biocontext:OTL dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:otl dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:otl dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:otl dcterms:isPartOf bioregistry.metaresource:miriam .

