rete
playground
Select
๐ One player's path over 30 seconds
t (s)
x (m)
y (m)
600.0
50.4
40.5
600.2
50.4
39.9
600.4
50.5
39.3
600.6
50.6
38.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