OpeningHoursSpecification¶
This is a conceptual entity that holds together all information about the opening hours on a given day (gr:DayOfWeek).
Diagram¶

Formalization for OpeningHoursSpecification¶
| Property | Constraint |
|---|---|
| closes | datatype xsd:time |
| description | datatype rdfs:Literal |
| hasOpeningHoursDayOfWeek | only DayOfWeek |
| name | datatype rdfs:Literal |
| opens | datatype xsd:time |
| validFrom | datatype xsd:dateTime |
| validThrough | datatype xsd:dateTime |
| disjointWith | Brand |
| disjointWith | BusinessEntity |
| disjointWith | BusinessEntityType |
| disjointWith | BusinessFunction |
| disjointWith | DayOfWeek |
| disjointWith | DeliveryMethod |
| disjointWith | Location |
| disjointWith | Offering |
| disjointWith | PaymentMethod |
| disjointWith | PriceSpecification |
| disjointWith | ProductOrService |
| disjointWith | QuantitativeValue |
| disjointWith | TypeAndQuantityNode |
| disjointWith | WarrantyPromise |
| disjointWith | WarrantyScope |