:hasPII leaf node


URI

http://purl.org/spar/fabio/hasPII

Label

has PII

Description

Has Publisher Item Identifier

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasPII owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasPII a owl:DatatypeProperty ;
    rdfs:label "has PII"@en ;
    rdfs:comment "Has Publisher Item Identifier"@en ;
    rdfs:seeAlso <http://en.wikipedia.org/wiki/Publisher_Item_Identifier> ;
    rdfs:subPropertyOf dcterms:identifier .