reteplayground
Animation

🎞 Freeze-frame each move — jump the 3D to the moment

At (s)MoveThe couple, at th…
0.0Basic step, facing th…⛶Open 3D ↗
0.81XBL with normal close…⛶Open 3D ↗
3.33XBL with normal close…⛶Open 3D ↗
5.8Right turn for the fo…⛶Open 3D ↗
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 7 rows · 43 ms · no server, no download — the query runs in your browser.

The query

PREFIX dance: <https://w3id.org/rete/dance#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?start ?move ?clip WHERE { <https://w3id.org/rete/dance/id/pair3-song1-take1> dance:hasSegment ?seg ; dance:animation ?glb . ?seg dance:section "Together" ; dance:startTime ?start ; dance:endTime ?end ; rdfs:label ?move . FILTER(?start < 15) BIND((?start + ?end)/2 AS ?mid) BIND(URI(CONCAT(STR(?glb), "#t=", STR(?mid))) AS ?clip) } ORDER BY ?start

rete playground · documentation · github.com/caviri/rete