http://ontology.eil.utoronto.ca/icontact.owl#hasPhoneType
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | ic:hasPhoneType | ic:PhoneType |
@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:hasPhoneType a owl:ObjectProperty ;
rdfs:label "has Phone Type"@en ;
rdfs:range ic:PhoneType ;
rdfs:subPropertyOf ic:icontactProperty .