@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 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:SGD.PATHWAYS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sgd.pathways .

bioregistry.metaresource:miriam dcterms:hasPart miriam:sgd.pathways .

bioregistry.metaresource:n2t dcterms:hasPart n2t:sgd.pathways .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:sgd.pathways .

bioregistry:sgd.pathways a bioregistry.schema:0000001 ;
    rdfs:label "Saccharomyces genome database pathways" ;
    dcterms:description "Curated biochemical pathways for Saccharomyces cerevisiae at Saccharomyces genome database (SGD)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:SGD.PATHWAYS,
        n2t:sgd.pathways,
        prefixcommons:sgd.pathways,
        miriam:sgd.pathways ;
    dcat:keyword "genome",
        "pathway",
        "sequence" ;
    foaf:homepage <http://pathway.yeastgenome.org/> ;
    bioregistry.schema:0000005 "PWY3O-214"^^xsd:string ;
    bioregistry.schema:0000006 "http://pathway.yeastgenome.org/YEAST/new-image?type=PATHWAY&object=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^PWY\\w{2}\\-\\d{3}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5501-853X ;
    bioregistry.schema:0000024 "http://pathway.yeastgenome.org/YEAST/new-image?type=PATHWAY&object="^^xsd:string ;
    bioregistry.schema:0000027 <http://pathway.yeastgenome.org/YEAST/new-image?type=PATHWAY&object=PWY3O-214> ;
    bioregistry.schema:0000029 "sgd.pathways" .

orcid:0000-0001-5501-853X rdfs:label "Karen R. Christie" ;
    foaf:mbox "Karen.Christie@jax.org" .

biocontext:SGD.PATHWAYS dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:sgd.pathways dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:sgd.pathways dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:sgd.pathways dcterms:isPartOf bioregistry.metaresource:miriam .

