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

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:PROTEOMICSDB.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:proteomicsdb.protein .

bioregistry.metaresource:miriam dcterms:hasPart miriam:proteomicsdb.protein .

bioregistry.metaresource:n2t dcterms:hasPart n2t:proteomicsdb.protein .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0229 .

bioregistry:proteomicsdb.protein a bioregistry.schema:0000001 ;
    rdfs:label "ProteomicsDB Protein" ;
    dcterms:description "ProteomicsDB is an effort dedicated to expedite the identification of the human proteome and its use across the scientific community. This human proteome data is assembled primarily using information  from liquid chromatography tandem-mass-spectrometry (LC-MS/MS) experiments involving human tissues, cell lines and body fluids. Information is accessible for individual proteins, or on the basis of protein coverage on the encoding chromosome, and for peptide components of a protein. This collection provides access to individual proteins."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PROTEOMICSDB.PROTEIN,
        n2t:proteomicsdb.protein,
        miriam:proteomicsdb.protein,
        uniprot.resource:DB-0229 ;
    dcat:keyword "proteomic databases" ;
    foaf:homepage <https://www.proteomicsdb.org/#human> ;
    bioregistry.schema:0000005 "53504"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.proteomicsdb.org/#human/proteinDetails/$1/summary"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/proteomicsdb.protein:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.proteomicsdb.org/#human/proteinDetails/53504/summary> ;
    bioregistry.schema:0000029 "proteomicsdb.protein" .

biocontext:PROTEOMICSDB.PROTEIN dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:proteomicsdb.protein dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:proteomicsdb.protein dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0229 dcterms:isPartOf bioregistry.metaresource:uniprot .

