reteplayground
Select

🎼 One dance, move by move

Start (s)MoveHold
0.0Basic step, facing th…
0.81XBL with normal close…normal closed hold @en
3.33XBL with normal close…normal closed hold @en
5.8Right turn for the fo…normal open hold @en
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 61 rows · 12 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 ?hold WHERE { <https://w3id.org/rete/dance/id/pair3-song1-take1> dance:hasSegment ?seg . ?seg dance:section "Together" ; dance:startTime ?start ; rdfs:label ?move . OPTIONAL { ?seg dance:hasHold ?h . ?h rdfs:label ?hold } } ORDER BY ?start

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