ic:hasStreetType leaf node


URI

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

Label

has Street Type

Usage

DOMAINPROPERTYRANGE
ic:Address ic:hasStreetType ic:StreetType

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