@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix togoid: <https://togoid.dbcls.jp/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biolink dcterms:hasPart biolink:COG .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cog.cluster .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:cog .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:cog .

bioregistry.metaresource:togoid dcterms:hasPart togoid:Cog .

bioregistry:cog.cluster a bioregistry.schema:0000001 ;
    rdfs:label "Cluster of orthologous genes" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "COGs stands for Clusters of Orthologous Genes. The database was initially created in 1997 (Tatusov et al., PMID: 9381173) followed by several updates, most recently in 2014 (Galperin et al., PMID: 25428365). The current update includes complete genomes of 1,187 bacteria and 122 archaea that map into 1,234 genera. The new features include ~250 updated COG annotations with corresponding references and PDB links, where available; new COGs for proteins involved in CRISPR-Cas immunity, sporulation, and photosynthesis, and the lists of COGs grouped by pathways and functional systems."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:COG,
        go.resource:COG_Cluster,
        prefixcommons:cog,
        miriam:cog,
        togoid:Cog ;
    dcat:keyword "genome",
        "ortholog",
        "protein" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/research/cog/> ;
    bioregistry.schema:0000005 "COG0001"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/research/cog/cog/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^COG\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2265-5572 ;
    bioregistry.schema:0000023 "COG_Cluster",
        "cog" ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/research/cog/cog/"^^xsd:string ;
    bioregistry.schema:0000026 <https://ror.org/https://ror.org/02meqm098> ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/research/cog/cog/COG0001> ;
    bioregistry.schema:0000029 "cog.cluster" .

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" .

biolink:COG dcterms:isPartOf bioregistry.metaresource:biolink .

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

prefixcommons:cog dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:cog dcterms:isPartOf bioregistry.metaresource:miriam .

togoid:Cog dcterms:isPartOf bioregistry.metaresource:togoid .

