summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/functions/seconds-01.rq
blob: 06535d0ea02db491daf39c0dafc7dea010030838 (plain)
1
2
3
4
PREFIX : <http://example.org/>
SELECT ?s (SECONDS(?date) AS ?x) WHERE {
	?s :date ?date
}