@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:unipathway.compound .

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

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

bioregistry:unipathway.compound a bioregistry.schema:0000001 ;
    rdfs:label "UniPathway Compound" ;
    dcterms:description "UniPathway is a manually curated resource of enzyme-catalyzed and spontaneous chemical reactions. It provides a hierarchical representation of metabolic pathways and a controlled vocabulary for pathway annotation in UniProtKB. UniPathway data are cross-linked to existing metabolic resources such as ChEBI/Rhea, KEGG and MetaCyc. This collection references compounds."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:UNIPATHWAY.COMPOUND,
        n2t:unipathway.compound,
        miriam:unipathway.compound ;
    foaf:homepage <http://www.grenoble.prabi.fr/obiwarehouse/unipathway> ;
    bioregistry.schema:0000005 "UPC04349"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.grenoble.prabi.fr/obiwarehouse/unipathway/upc?upid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^UPC\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.grenoble.prabi.fr/obiwarehouse/unipathway/upc?upid="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.grenoble.prabi.fr/obiwarehouse/unipathway/upc?upid=UPC04349> ;
    bioregistry.schema:0000029 "unipathway.compound" .

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

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

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

