Strabon

view testsuite/src/test/resources/stSPARQL/TemporalRelationsTest/overleft.rq @ 1463:d4387b73ec9a

added correct queries and results for the temporal functions that have a corresponding
PostgreSQL function.
author Stella Giannakopoulou <sgian@di.uoa.gr>
date Thu Jan 22 19:33:24 2015 +0200 (2015-01-22)
parents 0825ee10ae10
children
line source
1 SELECT distinct ?x1 ?x2
2 WHERE {
3 ?x1 ?y1 ?z1 ?t1 .
4 ?x2 ?y2 ?z2 ?t2 .
5 FILTER(strdf:overleft(?t1, ?t2) && str(?x1) < str(?x2)).}