identity:honorificSuffix leaf node


URI

https://unifiedcyberontology.org/ontology/uco/identity#honorificSuffix

Label

honorificSuffix

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) identity:honorificSuffix xsd:string

Implementation

@prefix identity: <https://unifiedcyberontology.org/ontology/uco/identity#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

identity:honorificSuffix a owl:DatatypeProperty ;
    rdfs:label "honorificSuffix"@en ;
    rdfs:comment ""@en ;
    rdfs:range xsd:string .