http://ontology.eil.utoronto.ca/icontact.owl#dayofWeek
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.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | ic:dayofWeek | ic:DaysOfWeek |
@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 .