ic:OperatingProperty


URI

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

Label

OperatingProperty

Description

Properties that define the hours of operation of the contact.

Inherits from

Usage

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

Implementation

@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 .