http://ontology.eil.utoronto.ca/icontact.owl#hasPersonalEmail
@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:hasPersonalEmail a owl:DatatypeProperty ;
rdfs:label "has Personal Email"@en ;
rdfs:subPropertyOf ic:hasEmail .