ic:hasPostalBox leaf node


URI

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

Label

has Postal Box

Description

An address can have a postal box associated with it.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasPostalBox 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: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 .