ic:hasOperatingHours leaf node


URI

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

Label

has Operating Hours

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasOperatingHours ic:HoursOfOperation

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:hasOperatingHours a owl:ObjectProperty ;
    rdfs:label "has Operating Hours"@en ;
    rdfs:range ic:HoursOfOperation ;
    rdfs:subPropertyOf ic:OperatingProperty .