ic:hasEmail


URI

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

Label

hasEmail

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasEmail owl:Thing (inferred)

Implementation

@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:hasEmail a owl:DatatypeProperty ;
    rdfs:subPropertyOf ic:hasContactDataProperty .