@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.REACTION .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ricenetdb.reaction .

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

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

bioregistry:ricenetdb.reaction a bioregistry.schema:0000001 ;
    rdfs:label "RiceNetDB Reaction" ;
    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.REACTION,
        n2t:ricenetdb.reaction,
        miriam:ricenetdb.reaction ;
    foaf:homepage <http://bis.zju.edu.cn/ricenetdb> ;
    bioregistry.schema:0000005 "OSR0818"^^xsd:string ;
    bioregistry.schema:0000006 "http://bis.zju.edu.cn/ricenetdb/reactiondetails.php?ID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^OSR\\d{4}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://bis.zju.edu.cn/ricenetdb/reactiondetails.php?ID="^^xsd:string ;
    bioregistry.schema:0000027 <http://bis.zju.edu.cn/ricenetdb/reactiondetails.php?ID=OSR0818> ;
    bioregistry.schema:0000029 "ricenetdb.reaction" .

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

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

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

