ic:hasCountryCode leaf node


URI

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

Label

has Country Code

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasCountryCode 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:hasCountryCode a owl:DatatypeProperty ;
    rdfs:label "has Country Code"@en ;
    rdfs:subPropertyOf ic:telephoneDataProperty .