@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:YRCPDR .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:yrcpdr .

bioregistry.metaresource:miriam dcterms:hasPart miriam:yrcpdr .

bioregistry.metaresource:n2t dcterms:hasPart n2t:yrcpdr .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:yrc .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010975 .

bioregistry:yrcpdr a bioregistry.schema:0000001 ;
    rdfs:label "YRC PDR" ;
    dcterms:description "The Yeast Resource Center Public Data Repository (YRC PDR) serves as a single point of access for the experimental data produced from many collaborations typically studying Saccharomyces cerevisiae (baker's yeast). The experimental data include large amounts of mass spectrometry results from protein co-purification experiments, yeast two-hybrid interaction experiments, fluorescence microscopy images and protein structure predictions."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:YRCPDR,
        n2t:yrcpdr,
        prefixcommons:yrc,
        miriam:yrcpdr,
        re3data:r3d100010975 ;
    dcat:keyword "protein" ;
    foaf:homepage <http://www.yeastrc.org/pdr/> ;
    bioregistry.schema:0000005 "2673500"^^xsd:string ;
    bioregistry.schema:0000006 "http://yeastrc.org/pdr/viewProtein.do?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://yeastrc.org/pdr/viewProtein.do?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://yeastrc.org/pdr/viewProtein.do?id=2673500> ;
    bioregistry.schema:0000029 "yrcpdr" .

biocontext:YRCPDR dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:yrcpdr dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:yrc dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:yrcpdr dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100010975 dcterms:isPartOf bioregistry.metaresource:re3data .

