@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 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:bioregistry dcterms:hasPart bioregistry:loqate .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:loqate .

bioregistry:loqate a bioregistry.schema:0000001 ;
    rdfs:label "The localization and quantitation atlas of the yeast proteome" ;
    dcterms:description "The data presented here is a result of systematically tracking the localization and abundance of 5330 yeast proteins at single-cell resolution under three different stress conditions (DTT, H2O2 and nitrogen starvation) using the GFP-tagged yeast library"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:loqate ;
    foaf:homepage <http://www.weizmann.ac.il/molgen/loqate/> ;
    bioregistry.schema:0000005 "1001"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.weizmann.ac.il/molgen/loqate/gene/view/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9947-115X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.weizmann.ac.il/molgen/loqate/gene/view/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.weizmann.ac.il/molgen/loqate/gene/view/1001> ;
    bioregistry.schema:0000029 "loqate" .

orcid:0000-0001-9947-115X rdfs:label "Maya Schuldiner" ;
    foaf:mbox "maya.schuldiner@weizmann.ac.il" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

prefixcommons:loqate dcterms:isPartOf bioregistry.metaresource:prefixcommons .

