@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 dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:umbbd.compound .

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

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

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P8121 .

bioregistry:umbbd.compound a bioregistry.schema:0000001 ;
    rdfs:label "UM-BBD compound" ;
    dcterms:description "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to compound information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P8121,
        biocontext:UMBBD.COMPOUND,
        n2t:umbbd.compound,
        miriam:umbbd.compound ;
    foaf:homepage <http://umbbd.ethz.ch/> ;
    bioregistry.schema:0000005 "c0001"^^xsd:string ;
    bioregistry.schema:0000006 "http://eawag-bbd.ethz.ch/servlets/pageservlet?ptype=c&compID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^c\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "UM-BBD_compID" ;
    bioregistry.schema:0000024 "http://eawag-bbd.ethz.ch/servlets/pageservlet?ptype=c&compID="^^xsd:string ;
    bioregistry.schema:0000027 <http://eawag-bbd.ethz.ch/servlets/pageservlet?ptype=c&compID=c0001> ;
    bioregistry.schema:0000029 "umbbd.compound" .

wikidata:P8121 dcterms:isPartOf bioregistry.metaresource:wikidata .

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

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

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

