@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:rapdb.transcript .

bioregistry.metaresource:go dcterms:hasPart go.resource:RAP-DB .

bioregistry.metaresource:miriam dcterms:hasPart miriam:rapdb.transcript .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:RAP-DB .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:rapdb .

bioregistry:rapdb.transcript a bioregistry.schema:0000001 ;
    rdfs:label "RAP-DB Transcript" ;
    dcterms:description "Rice Annotation Project Database (RAP-DB) is a primary rice (Oryza sativa) annotation database established in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project. RAP-DB provides comprehensive resources (e.g. genome annotation, gene expression, DNA markers, genetic diversity, etc.) for biological and agricultural research communities. This collection provides transcript information in RAP-DB."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch go.resource:RAP-DB,
        ncbi.resource:RAP-DB,
        prefixcommons:rapdb,
        miriam:rapdb.transcript ;
    dcat:keyword "dna",
        "genome" ;
    foaf:homepage <https://rapdb.dna.affrc.go.jp/> ;
    bioregistry.schema:0000005 "Os01t0883800-02"^^xsd:string ;
    bioregistry.schema:0000006 "https://rapdb.dna.affrc.go.jp/viewer/gene_detail/irgsp1?name=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^Os\\S+t\\d{7}-\\d{2}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://rapdb.dna.affrc.go.jp/viewer/gene_detail/irgsp1?name="^^xsd:string ;
    bioregistry.schema:0000026 ror:023v4bd62 ;
    bioregistry.schema:0000027 <https://rapdb.dna.affrc.go.jp/viewer/gene_detail/irgsp1?name=Os01t0883800-02> ;
    bioregistry.schema:0000029 "rapdb.transcript" .

go.resource:RAP-DB dcterms:isPartOf bioregistry.metaresource:go .

ncbi.resource:RAP-DB dcterms:isPartOf bioregistry.metaresource:ncbi .

prefixcommons:rapdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:rapdb.transcript dcterms:isPartOf bioregistry.metaresource:miriam .

