@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

frapo:hasPersonalIdentifier a owl:DatatypeProperty ;
    rdfs:label "has personal identifier"@en ;
    rdfs:comment "A unique and unambiguous identifier for an individual person within a given context."@en ;
    rdfs:isDefinedBy frapo: .

