@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:METANETX.CHEMICAL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:metanetx.chemical .

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

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

bioregistry:metanetx.chemical a bioregistry.schema:0000001 ;
    rdfs:label "MetaNetX chemical" ;
    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 chemical or metabolic components."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:METANETX.CHEMICAL,
        n2t:metanetx.chemical,
        miriam:metanetx.chemical ;
    foaf:homepage <https://www.metanetx.org/> ;
    bioregistry.schema:0000005 "MNXM1723"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.metanetx.org/chem_info/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(MNXM\\d+|BIOMASS|WATER)$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.metanetx.org/chem_info/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.metanetx.org/chem_info/MNXM1723> ;
    bioregistry.schema:0000029 "metanetx.chemical" .

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

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

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

