https://ontology.unifiedcyberontology.org/uco/location/addressType
The type of the address, for instance home or work.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | location:addressType | xsd:string |
@prefix location: <https://ontology.unifiedcyberontology.org/uco/location/> .
@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#> .
location:addressType a owl:DatatypeProperty ;
rdfs:label "addressType"@en ;
rdfs:comment "The type of the address, for instance home or work."@en ;
rdfs:range xsd:string .