ic:hasCitySection leaf node


URI

http://ontology.eil.utoronto.ca/icontact.owl#hasCitySection

Label

has City Section

Description

The section of the city where the address is located. Often used in countries like England, India and Japan.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasCitySection owl:Thing (inferred)

Implementation

@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 .