@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 orcid: <https://orcid.org/> .
@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:GPMDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gpmdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:gpmdb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:gpmdb .

bioregistry:gpmdb a bioregistry.schema:0000001 ;
    rdfs:label "Global Proteome Machine Database" ;
    dcterms:description "The Global Proteome Machine Database was constructed to utilize the information obtained by GPM servers to aid in the difficult process of validating peptide MS/MS spectra as well as protein coverage patterns."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GPMDB,
        n2t:gpmdb,
        miriam:gpmdb ;
    foaf:homepage <http://gpmdb.thegpm.org/> ;
    bioregistry.schema:0000005 "GPM32310002988"^^xsd:string ;
    bioregistry.schema:0000006 "http://gpmdb.thegpm.org/~/dblist_gpmnum/gpmnum=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^GPM\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5782-1000 ;
    bioregistry.schema:0000024 "http://gpmdb.thegpm.org/~/dblist_gpmnum/gpmnum="^^xsd:string ;
    bioregistry.schema:0000027 <http://gpmdb.thegpm.org/~/dblist_gpmnum/gpmnum=GPM32310002988> ;
    bioregistry.schema:0000029 "gpmdb" .

orcid:0000-0001-5782-1000 rdfs:label "Ronald C. Beavis (Ron Beavis)" ;
    foaf:mbox "rbeavis@thegpm.org" .

biocontext:GPMDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:gpmdb dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:gpmdb dcterms:isPartOf bioregistry.metaresource:miriam .

