location:locality leaf node


URI

https://ontology.unifiedcyberontology.org/uco/location/locality

Label

locality

Description

The name of the geolocation locality (e.g., city).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) location:locality xsd:string

Implementation

@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:locality a owl:DatatypeProperty ;
    rdfs:label "locality"@en ;
    rdfs:comment "The name of the geolocation locality (e.g., city)."@en ;
    rdfs:range xsd:string .