I want to build a queryable RDF database of events of the form:
:Bob :played :musiccd :at "00:00:00 UTC on 1 January 1970"
Is this possible with RDF/N3/3store/SPARQL?
Does SPARQL know how to compare datetimes and test for membership in datetime ranges? If not, how easy is it to extend SPARQL to do so for a given datetime format?