https://csse.utoronto.ca/has_locality_name
The name of the municipality, community, Indian reservation, subdivision, regional district, aboriginal lands, natural feature, etc. (e.g. Vancouver)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_locality_name | xsd:string |
@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 .