http://ontology.eil.utoronto.ca/icontact.owl#hasPostalBox
An address can have a postal box associated with it.
@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:hasPostalBox a owl:DatatypeProperty ;
rdfs:label "has Postal Box"@en ;
dcterms:description "An address can have a postal box associated with it."@en ;
rdfs:subPropertyOf ic:addressDataProperty .