@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 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:PAXDB.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:paxdb.protein .

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

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

bioregistry:paxdb.protein a bioregistry.schema:0000001 ;
    rdfs:label "PaxDb Protein" ;
    dcterms:description "PaxDb is a resource dedicated to integrating information on absolute protein abundance levels across different organisms. Publicly available experimental data are mapped onto a common namespace and, in the case of tandem mass spectrometry data, re-processed using a standardized spectral counting pipeline. Data sets are scored and ranked to assess consistency against externally provided protein-network information. PaxDb provides whole-organism data as well as tissue-resolved data, for numerous proteins. This collection references individual protein abundance levels."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PAXDB.PROTEIN,
        n2t:paxdb.protein,
        miriam:paxdb.protein ;
    foaf:homepage <http://pax-db.org/> ;
    bioregistry.schema:0000005 "977869"^^xsd:string ;
    bioregistry.schema:0000006 "http://pax-db.org/#!protein/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://pax-db.org/#!protein/"^^xsd:string ;
    bioregistry.schema:0000027 <http://pax-db.org/#!protein/977869> ;
    bioregistry.schema:0000029 "paxdb.protein" .

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

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

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

