ic:hasWebSite leaf node


URI

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

Label

has Web Site

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasWebSite xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ic:hasWebSite a owl:DatatypeProperty ;
    rdfs:label "has Web Site"@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ic:hasContactDataProperty .