bedeo:has_locality_name leaf node


URI

https://csse.utoronto.ca/has_locality_name

Label

Has locality name

Description

The name of the municipality, community, Indian reservation, subdivision, regional district, aboriginal lands, natural feature, etc. (e.g. Vancouver)

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_locality_name xsd:string

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@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#> .

bedeo:has_locality_name a owl:DatatypeProperty ;
    rdfs:label "Has locality name"@en ;
    rdfs:comment "The name of the municipality, community, Indian reservation, subdivision, regional district, aboriginal lands, natural feature, etc. (e.g. Vancouver)"@en ;
    rdfs:domain bedeo:address ;
    rdfs:range xsd:string .