Strabon

diff testsuite/src/test/resources/stSPARQL/TemporalRelationsTest/periodOverlaps.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 d4387b73ec9a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testsuite/src/test/resources/stSPARQL/TemporalRelationsTest/periodOverlaps.rq	Thu Jan 22 13:24:43 2015 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +SELECT distinct ?x1 ?x2 
     1.5 +			WHERE { 
     1.6 +				?x1 ?y1 ?z1 ?t1 .
     1.7 +				?x2 ?y2 ?z2 ?t2 .
     1.8 +				FILTER(strdf:periodOverlaps(?t1, ?t2) && str(?x1) < str(?x2)).}
     1.9 \ No newline at end of file