summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/open-world/date-2.rq
blob: 5efde54ad83bbfeb5d53a65cc70a6fd5818d0986 (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 )
}