ic:hasBuilding leaf node


URI

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

Label

has Building

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasBuilding 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:hasBuilding a owl:DatatypeProperty ;
    rdfs:label "has Building"@en ;
    dcterms:description "The building where the address is located.  Often used in countries like England, India and Japan."@en ;
    rdfs:subPropertyOf ic:addressDataProperty .