@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:bioregistry dcterms:hasPart bioregistry:cog.pathway .

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

bioregistry:cog.pathway a bioregistry.schema:0000001 ;
    rdfs:label "COG Pathways" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Database of Clusters of Orthologous Genes grouped by pathways and functional systems. It includes the complete genomes of 1,187 bacteria and 122 archaea that map into 1,234 genera."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch go.resource:COG_Pathway ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/research/cog/pathways> ;
    bioregistry.schema:0000005 "NAD%20biosynthesis"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/research/cog/pathway/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2265-5572 ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/research/cog/pathway/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/research/cog/pathway/NAD%20biosynthesis> ;
    bioregistry.schema:0000029 "cog.pathway" .

orcid:0000-0002-2265-5572 rdfs:label "Michael Y Galperin" ;
    foaf:mbox "cogs@ncbi.nlm.nih.gov" .

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

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

