@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@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:UMBBD.PATHWAY .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:umbbd.pathway .

bioregistry.metaresource:go dcterms:hasPart go.resource:UM-BBD_pathwayID .

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

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

bioregistry:umbbd.pathway a bioregistry.schema:0000001 ;
    rdfs:label "EAWAG Biocatalysis/Biodegradation Database pathway" ;
    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 pathway information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:UMBBD.PATHWAY,
        go.resource:UM-BBD_pathwayID,
        n2t:umbbd.pathway,
        miriam:umbbd.pathway ;
    foaf:homepage <http://umbbd.ethz.ch/> ;
    bioregistry.schema:0000005 "ala"^^xsd:string ;
    bioregistry.schema:0000006 "http://umbbd.ethz.ch/servlets/pageservlet?ptype=p&pathway_abbr=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "UM-BBD_pathwayID" ;
    bioregistry.schema:0000024 "http://umbbd.ethz.ch/servlets/pageservlet?ptype=p&pathway_abbr="^^xsd:string ;
    bioregistry.schema:0000027 <http://umbbd.ethz.ch/servlets/pageservlet?ptype=p&pathway_abbr=ala> ;
    bioregistry.schema:0000029 "umbbd.pathway" .

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

go.resource:UM-BBD_pathwayID dcterms:isPartOf bioregistry.metaresource:go .

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

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

