http://ontology.eil.utoronto.ca/icontact.owl#OperatingProperty
Properties that define the hours of operation of the contact.
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:OperatingProperty a owl:ObjectProperty ;
dcterms:description "Properties that define the hours of operation of the contact."@en ;
rdfs:subPropertyOf ic:icontactProperty .