@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biolink dcterms:hasPart biolink:SEED.REACTION .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:seed.reaction .

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

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

bioregistry:seed.reaction a bioregistry.schema:0000001 ;
    rdfs:label "SEED Reactions" ;
    dcterms:description "ModelSEED is a platform for creating genome-scale metabolic network reconstructions for microbes and plants. As part of the platform, a biochemistry database is managed that contains reactions unique to ModelSEED as well as reactions aggregated from other databases or from manually-curated genome-scale metabolic network reconstructions."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:SEED.REACTION,
        n2t:seed.reaction,
        miriam:seed.reaction ;
    foaf:homepage <http://modelseed.org/biochem/reactions/> ;
    bioregistry.schema:0000005 "rxn00001"^^xsd:string ;
    bioregistry.schema:0000006 "http://modelseed.org/biochem/reactions/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^rxn\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://modelseed.org/biochem/reactions/"^^xsd:string ;
    bioregistry.schema:0000026 ror:05gvnxz63 ;
    bioregistry.schema:0000027 <http://modelseed.org/biochem/reactions/rxn00001> ;
    bioregistry.schema:0000029 "seed.reaction" .

biolink:SEED.REACTION dcterms:isPartOf bioregistry.metaresource:biolink .

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

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

