reteplayground
Select

๐Ÿƒ One player's path over 30 seconds

t (s)x (m)y (m)
600.050.440.5
600.250.439.9
600.450.539.3
600.650.638.7
Run this query โ†’ no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ†’ 150 rows ยท 489 ms ยท no server, no download โ€” the query runs in your browser.

The query

PREFIX tr: <https://w3id.org/rete/tracking#> SELECT ?t ?x ?y WHERE { ?p tr:object <https://w3id.org/rete/tracking/obj/home_10> ; tr:t ?t ; tr:x ?x ; tr:y ?y . FILTER(?t >= 600 && ?t < 630) } ORDER BY ?t

rete playground ยท documentation ยท github.com/caviri/rete