@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@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 uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pir .

bioregistry.metaresource:edam dcterms:hasPart edam:1100 .

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

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00167 .

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

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

bioregistry:pir a bioregistry.schema:0000001 ;
    rdfs:label "Protein Information Resource" ;
    dcterms:description "The Protein Information Resource (PIR) had its final release in 2004 and is now a part of UniProt"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:1100,
        go.resource:PIR,
        ncbi.resource:PIR,
        integbio:nbdc00167,
        uniprot.resource:DB-0078 ;
    dcat:keyword "protein",
        "sequence",
        "sequence databases" ;
    foaf:homepage <https://proteininformationresource.org/> ;
    bioregistry.schema:0000005 "B44282"^^xsd:string ;
    bioregistry.schema:0000006 "https://proteininformationresource.org/cgi-bin/nbrfget?uid=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://proteininformationresource.org/cgi-bin/nbrfget?uid="^^xsd:string ;
    bioregistry.schema:0000027 <https://proteininformationresource.org/cgi-bin/nbrfget?uid=B44282> ;
    bioregistry.schema:0000029 "pir" .

edam:1100 dcterms:isPartOf bioregistry.metaresource:edam .

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

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

integbio:nbdc00167 dcterms:isPartOf bioregistry.metaresource:integbio .

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

