@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:KEGG.COMPOUND .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:kegg.compound .

bioregistry.metaresource:edam dcterms:hasPart edam:2605 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00814 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:kegg.compound .

bioregistry.metaresource:n2t dcterms:hasPart n2t:kegg.compound .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:kegg.compound .

bioregistry:kegg dcterms:hasPart bioregistry:kegg.compound .

orcid:0000-0001-6123-540X rdfs:label "Minoru Kanehisa" ;
    foaf:mbox "kanehisa@kuicr.kyoto-u.ac.jp" .

edam:2605 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:KEGG.COMPOUND dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:kegg.compound dcterms:isPartOf bioregistry.metaresource:n2t .

bioregistry:kegg.compound a bioregistry.schema:0000001 ;
    rdfs:label "KEGG Compound" ;
    dcterms:description "KEGG compound contains our knowledge on the universe of chemical substances that are relevant to life."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:kegg ;
    skos:exactMatch edam:2605,
        biocontext:KEGG.COMPOUND,
        n2t:kegg.compound,
        integbio:nbdc00814,
        prefixcommons:kegg.compound,
        miriam:kegg.compound ;
    dcat:keyword "chemical compound",
        "chemical structure",
        "dna",
        "interaction/pathway",
        "protein",
        "rna",
        "small molecule" ;
    foaf:homepage <https://www.genome.jp/kegg/ligand.html> ;
    bioregistry.schema:0000005 "C12345"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.kegg.jp/entry/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^C\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6123-540X ;
    bioregistry.schema:0000023 "KEGG COMPOUND",
        "KEGG.COMPOUND" ;
    bioregistry.schema:0000024 "https://www.kegg.jp/entry/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.kegg.jp/entry/C12345> ;
    bioregistry.schema:0000029 "kegg.compound" .

integbio:nbdc00814 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:kegg.compound dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:kegg.compound dcterms:isPartOf bioregistry.metaresource:miriam .

