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

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:METANETX.REACTION .

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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:metanetx.reaction .

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

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

bioregistry:metanetx.reaction a bioregistry.schema:0000001 ;
    rdfs:label "MetaNetX reaction" ;
    dcterms:description "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references reactions."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:METANETX.REACTION,
        biolink:METANETX.REACTION,
        n2t:metanetx.reaction,
        miriam:metanetx.reaction ;
    foaf:homepage <https://www.metanetx.org/> ;
    bioregistry.schema:0000005 "MNXR101574"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.metanetx.org/equa_info/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(MNXR\\d+|EMPTY)$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.metanetx.org/equa_info/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.metanetx.org/equa_info/MNXR101574> ;
    bioregistry.schema:0000029 "metanetx.reaction" .

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

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

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

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

