summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/open-world/date-1.rq
blob: 1b7ac46f34b2d879f41cc3e51919615776de9eef (plain)
1
2
3
4
5
6
7
8
PREFIX     :    <http://example/>
PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>

SELECT *
{
    ?x :r ?v .
    FILTER ( ?v = "2006-08-23"^^xsd:date )
}