Strabon

view testsuite/src/test/resources/stSPARQL/TemporalRelationsTest/nestedOverleft.rq @ 1468:31466cac9cec

added correct queries and results for the rest functions that are not supported by PostgreSQL Temporal.
Also modified the name of the respective SQL function in order to comply with the script that contains
Allen's functions.
author Stella Giannakopoulou <sgian@di.uoa.gr>
date Fri Jan 23 18:40:23 2015 +0200 (2015-01-23)
parents
children
line source
1 select distinct ?node
2 where{
3 SELECT distinct (?x1 as ?node) ?x2
4 WHERE {
5 ?x1 ?y1 ?z1 ?t1 .
6 ?x2 ?y2 ?z2 ?t2 .
7 FILTER(strdf:overleft(?t1, ?t2) && str(?x1) < str(?x2)).}}