http://ontology.eil.utoronto.ca/icontact.owl#hasBuilding
The building where the address is located. Often used in countries like England, India and Japan.
@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 .