@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 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 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:RICENETDB.COMPOUND .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ricenetdb.compound .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ricenetdb.compound .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ricenetdb.compound .

bioregistry:ricenetdb.compound a bioregistry.schema:0000001 ;
    rdfs:label "RiceNetDB Compound" ;
    dcterms:description "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:RICENETDB.COMPOUND,
        n2t:ricenetdb.compound,
        miriam:ricenetdb.compound ;
    foaf:homepage <http://bis.zju.edu.cn/ricenetdb> ;
    bioregistry.schema:0000005 "OSC1416"^^xsd:string ;
    bioregistry.schema:0000006 "http://bis.zju.edu.cn/ricenetdb/compounddetails.php?ID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^OSC\\d{4}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://bis.zju.edu.cn/ricenetdb/compounddetails.php?ID="^^xsd:string ;
    bioregistry.schema:0000027 <http://bis.zju.edu.cn/ricenetdb/compounddetails.php?ID=OSC1416> ;
    bioregistry.schema:0000029 "ricenetdb.compound" .

biocontext:RICENETDB.COMPOUND dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:ricenetdb.compound dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:ricenetdb.compound dcterms:isPartOf bioregistry.metaresource:miriam .

