What is the most pragmatic way to model opening hours of a service, so that SPARQL queries would be able to query things that are open at a certain timestamp/during a certain time interval?
Answers to this question should contain:
- example of an ontology
- data sample which uses this ontology
- a SPARQL query* which returns everything from this sample that is open at a certain timestamp
( * extra points for simplicity and performance)