@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@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:HPA .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hpa .

bioregistry.metaresource:go dcterms:hasPart go.resource:HPA .

bioregistry.metaresource:miriam dcterms:hasPart miriam:hpa .

bioregistry.metaresource:n2t dcterms:hasPart n2t:hpa .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:hpa .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010931 .

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

bioregistry:hpa a bioregistry.schema:0000001 ;
    rdfs:label "Human Protein Atlas tissue profile information" ;
    dcterms:description "The Human Protein Atlas (HPA) is a publicly available database with high-resolution images showing the spatial distribution of proteins in different normal and cancer human cell lines. Primary access to this collection is through Ensembl Gene identifiers."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:HPA,
        go.resource:HPA,
        n2t:hpa,
        prefixcommons:hpa,
        miriam:hpa,
        re3data:r3d100010931,
        uniprot.resource:DB-0046 ;
    dcat:keyword "organism-specific databases",
        "protein",
        "structure" ;
    foaf:homepage <http://www.proteinatlas.org/> ;
    bioregistry.schema:0000005 "ENSG00000026508"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.proteinatlas.org/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^ENSG\\d{11}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.proteinatlas.org/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.proteinatlas.org/ENSG00000026508> ;
    bioregistry.schema:0000029 "hpa" .

biocontext:HPA dcterms:isPartOf bioregistry.metaresource:biocontext .

go.resource:HPA dcterms:isPartOf bioregistry.metaresource:go .

n2t:hpa dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:hpa dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:hpa dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100010931 dcterms:isPartOf bioregistry.metaresource:re3data .

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

