@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ecocyc .

bioregistry.metaresource:go dcterms:hasPart go.resource:EcoCyc .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00262 .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:ECOCYC .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:9 .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011277 .

bioregistry:ecocyc a bioregistry.schema:0000001 ;
    rdfs:label "EcoCyc" ;
    dcterms:contributor orcid:0000-0002-6601-2165 ;
    dcterms:description "EcoCyc is a scientific database for the bacterium Escherichia coli K-12 MG1655. The EcoCyc project performs literature-based curation of its genome, and of transcriptional regulation, transporters, and metabolic pathways."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:9,
        go.resource:EcoCyc,
        ncbi.resource:ECOCYC,
        integbio:nbdc00262,
        re3data:r3d100011277 ;
    dcat:keyword "biopax",
        "genome/gene",
        "interaction/pathway",
        "metabolite",
        "protein",
        "rna",
        "sbml",
        "sequence" ;
    foaf:homepage <https://ecocyc.org/> ;
    bioregistry.schema:0000005 "AICARTRANSIMPCYCLO-CPLX"^^xsd:string ;
    bioregistry.schema:0000006 "https://ecocyc.org/gene?id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5876-6418 ;
    bioregistry.schema:0000024 "https://ecocyc.org/gene?id="^^xsd:string ;
    bioregistry.schema:0000027 <https://ecocyc.org/gene?id=AICARTRANSIMPCYCLO-CPLX> ;
    bioregistry.schema:0000029 "ecocyc" .

orcid:0000-0002-5876-6418 rdfs:label "Peter D. Karp" ;
    foaf:mbox "pkarp@ai.sri.com" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

pathguide:9 dcterms:isPartOf bioregistry.metaresource:pathguide .

go.resource:EcoCyc dcterms:isPartOf bioregistry.metaresource:go .

ncbi.resource:ECOCYC dcterms:isPartOf bioregistry.metaresource:ncbi .

integbio:nbdc00262 dcterms:isPartOf bioregistry.metaresource:integbio .

re3data:r3d100011277 dcterms:isPartOf bioregistry.metaresource:re3data .

