Strabon

view testsuite/src/test/resources/stSPARQL/TemporalRelationsTest/after.rq @ 1459:0825ee10ae10

changed the tests of the temporal relation functions in order to be compliant with the
way the spatial tests are organized by grouping the functions.
Also, since the bug with the time zones has not been solved, I removed the time zone
information from the test dataset. Finally, I added the results for some of the queries
which had empty results in the .srx file.
author Stella Giannakopoulou <sgian@di.uoa.gr>
date Thu Jan 22 13:24:43 2015 +0200 (2015-01-22)
parents
children
line source
1 SELECT distinct ?x1 ?x2
2 WHERE {
3 ?x1 ?y1 ?z1 ?t1 .
4 ?x2 ?y2 ?z2 ?t2 .
5 FILTER(strdf:after(?t1, ?t2) && str(?x1) < str(?x2)).}