@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 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 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.ENVIRON .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:kegg.environ .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc01059 .

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

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

bioregistry:kegg dcterms:hasPart bioregistry:kegg.environ .

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

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

bioregistry:kegg.environ a bioregistry.schema:0000001 ;
    rdfs:label "KEGG Environ" ;
    dcterms:description "KEGG ENVIRON (renamed from EDRUG) is a collection of crude drugs, essential oils, and other health-promoting substances, which are mostly natural products of plants. It will contain environmental substances and other health-damagine substances as well. Each KEGG ENVIRON entry is identified by the E number and is associated with the chemical component, efficacy information, and source species information whenever applicable."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:kegg ;
    skos:exactMatch biocontext:KEGG.ENVIRON,
        n2t:kegg.environ,
        integbio:nbdc01059,
        miriam:kegg.environ ;
    dcat:keyword "chemical compound",
        "drug",
        "health/disease" ;
    foaf:homepage <http://www.genome.jp/kegg/drug/environ.html> ;
    bioregistry.schema:0000005 "ev:E00032"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.kegg.jp/entry/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(ev\\:)?E\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000023 "KEGG.EDRUG" ;
    bioregistry.schema:0000024 "http://www.kegg.jp/entry/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.kegg.jp/entry/ev:E00032> ;
    bioregistry.schema:0000029 "kegg.environ" .

integbio:nbdc01059 dcterms:isPartOf bioregistry.metaresource:integbio .

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

