http://ontology.eil.utoronto.ca/icontact.owl#hasCitySection
The section of the city where the address is located. Often used in countries like England, India and Japan.
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ic: <http://ontology.eil.utoronto.ca/icontact.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ic:hasCitySection a owl:DatatypeProperty ;
rdfs:label "has City Section"@en ;
dcterms:description "The section of the city where the address is located. Often used in countries like England, India and Japan."@en ;
rdfs:subPropertyOf ic:addressDataProperty .