@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pii .

bioregistry:pii a bioregistry.schema:0000001 ;
    rdfs:label "Publisher Item Identifier" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A combination of an ISBN and local unique identifier for articles and other published works. Please see the [Wikipedia page](https://en.wikipedia.org/wiki/Publisher_Item_Identifier) for a detailed explanation. Some PIIs are used as the local identifiers in DOIs, such as https://doi.org/10.1136/S0003-4967(24)38620-0."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://en.wikipedia.org/wiki/Publisher_Item_Identifier> ;
    bioregistry.schema:0000005 "S0960-9822(11)01319-4"^^xsd:string ;
    bioregistry.schema:0000008 "^((S\\d{4}-\\d{4}\\(\\d{2}\\)\\d{5})|(B\\d-\\d{3}-\\d{5}-\\d/\\d{5}))-[\\d|X]$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:pubmed ;
    bioregistry.schema:0000029 "pii" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

