@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 dcat: <http://www.w3.org/ns/dcat#> .
@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 orcid: <https://orcid.org/> .
@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:biocontext dcterms:hasPart biocontext:BIGG.METABOLITE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bigg.metabolite .

bioregistry.metaresource:miriam dcterms:hasPart miriam:bigg.metabolite .

bioregistry.metaresource:n2t dcterms:hasPart n2t:bigg.metabolite .

bioregistry:bigg.metabolite a bioregistry.schema:0000001 ;
    rdfs:label "BiGG Metabolite" ;
    dcterms:description "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It published genome-scale metabolic networks into a single database with a set of standardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual metabolites."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:BIGG.METABOLITE,
        n2t:bigg.metabolite,
        miriam:bigg.metabolite ;
    dcat:keyword "chemical",
        "compound",
        "metabolite",
        "ontology",
        "small molecule" ;
    foaf:homepage <http://bigg.ucsd.edu/universal/metabolites> ;
    bioregistry.schema:0000005 "12dgr161"^^xsd:string ;
    bioregistry.schema:0000006 "http://bigg.ucsd.edu/models/universal/metabolites/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z_A-Z0-9]+(\\[[c|cm|cx|e|f|g|h|i|im|l|m|mm|n|p|r|s|u|um|v|w|x|y]\\])?$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/bigg.metabolite/bigg.metabolite.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1238-1499 ;
    bioregistry.schema:0000024 "http://bigg.ucsd.edu/models/universal/metabolites/"^^xsd:string ;
    bioregistry.schema:0000026 ror:0168r3w48 ;
    bioregistry.schema:0000027 <http://bigg.ucsd.edu/models/universal/metabolites/12dgr161> ;
    bioregistry.schema:0000029 "bigg.metabolite" .

orcid:0000-0003-1238-1499 rdfs:label "Zachary King" ;
    foaf:mbox "zaking@ucsd.edu" .

biocontext:BIGG.METABOLITE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:bigg.metabolite dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:bigg.metabolite dcterms:isPartOf bioregistry.metaresource:miriam .

