location:region leaf node


URI

https://unifiedcyberontology.org/ontology/uco/location#region

Label

region

Description

The name of the geolocation region (e.g., state).

Usage

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

Implementation

@prefix location: <https://unifiedcyberontology.org/ontology/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:region a owl:DatatypeProperty ;
    rdfs:label "region"@en ;
    rdfs:comment "The name of the geolocation region (e.g., state)."@en ;
    rdfs:range xsd:string .