@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 ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/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:HPM.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hpm.protein .

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

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

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:HPM .

bioregistry:hpm.protein a bioregistry.schema:0000001 ;
    rdfs:label "Human Proteome Map" ;
    dcterms:description "The Human Proteome Map (HPM) portal integrates the peptide sequencing result from the draft map of the human proteome project. The project was based on LC-MS/MS by utilizing of high resolution and high accuracy Fourier transform mass spectrometry. The HPM contains direct evidence of translation of a number of protein products derived from human genes, based on peptide identifications of multiple organs/tissues and cell types from individuals with clinically defined healthy tissues. The HPM portal provides data on individual proteins, as well as on individual peptide spectra. This collection references proteins."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:HPM.PROTEIN,
        n2t:hpm.protein,
        ncbi.resource:HPM,
        miriam:hpm.protein ;
    foaf:homepage <http://www.humanproteomemap.org/> ;
    bioregistry.schema:0000005 "1968"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.humanproteomemap.org/protein.php?hpm_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://www.humanproteomemap.org/protein.php?hpm_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.humanproteomemap.org/protein.php?hpm_id=1968> ;
    bioregistry.schema:0000029 "hpm.protein" .

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

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

ncbi.resource:HPM dcterms:isPartOf bioregistry.metaresource:ncbi .

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

