ic:hasCity leaf node


URI

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

Label

hasCity

Description

has City

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasCity 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:hasCity a owl:ObjectProperty ;
    dcterms:description "has City"@en ;
    rdfs:subPropertyOf ic:addressProperty .