@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 orcid: <https://orcid.org/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ecmdb .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:386 .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q17052437 .

bioregistry:ecmdb a bioregistry.schema:0000001 ;
    rdfs:label "E. coli Metabolite Database" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The ECMDB is an expertly curated database containing extensive metabolomic data and metabolic pathway diagrams about Escherichia coli (strain K12, MG1655). This database includes significant quantities of “original” data compiled by members of the Wishart laboratory as well as additional material derived from hundreds of textbooks, scientific journals, metabolic reconstructions and other electronic databases. Each metabolite is linked to more than 100 data fields describing the compound, its ontology, physical properties, reactions, pathways, references, external links and associated proteins or enzymes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:386,
        wikidata:Q17052437 ;
    foaf:homepage <https://ecmdb.ca> ;
    bioregistry.schema:0000005 "ECMDB00005"^^xsd:string ;
    bioregistry.schema:0000006 "http://ecmdb.ca/compounds/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^ECMDB\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "ECMDB" ;
    bioregistry.schema:0000024 "http://ecmdb.ca/compounds/"^^xsd:string ;
    bioregistry.schema:0000027 <http://ecmdb.ca/compounds/ECMDB00005> ;
    bioregistry.schema:0000029 "ecmdb" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

pathguide:386 dcterms:isPartOf bioregistry.metaresource:pathguide .

wikidata:Q17052437 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

