ic:hasStreetDirection leaf node


URI

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

Label

has Street Direction

Usage

DOMAINPROPERTYRANGE
ic:Address ic:hasStreetDirection ic:StreetDirection

Implementation

@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:hasStreetDirection a owl:ObjectProperty ;
    rdfs:label "has Street Direction"@en ;
    rdfs:domain ic:Address ;
    rdfs:range ic:StreetDirection ;
    rdfs:subPropertyOf ic:addressProperty .