ic:dayofWeek leaf node


URI

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

Label

dayofWeek

Description

Specifies the day of the week, e.g., Monday, that the times apply to. This is the default for that day and can be overidden by the "hasDate" property.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:dayofWeek ic:DaysOfWeek

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:dayofWeek a owl:ObjectProperty ;
    rdfs:comment "Specifies the day of the week, e.g., Monday, that the times apply to.  This is the default for that day and can be overidden by the \"hasDate\" property."@en ;
    rdfs:range ic:DaysOfWeek ;
    rdfs:subPropertyOf ic:OperatingProperty .