rete
playground
Animation
π Each couple β the numbers + the dance
Couple
Skill
Moves
+3
Pair 3, song 1, take 1 @en
Beginner @en
70
β¦
Pair 1, song 1, take 1 @en
Beginner @en
86
β¦
Pair 2, song 1, take 1 @en
Intermediate @en
93
β¦
Pair 4, song 1, take 1 @en
Intermediate @en
74
β¦
Run this query β
no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β
5 rows Β· 350 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 ?couple ?skill (COUNT(?seg) AS ?moves) (ROUND(AVG(?hcf)*1000)/1000 AS ?handContact) (ROUND(AVG(?sep)*100)/100 AS ?separation_m) ?animation WHERE { ?perf dance:animation ?animation ; rdfs:label ?couple ; dance:hasLeader/dance:hasSkillLevel/rdfs:label ?skill ; dance:hasSegment ?seg . ?seg dance:handContactFraction ?hcf ; dance:meanCoupleSeparation ?sep . } GROUP BY ?perf ?couple ?skill ?animation ORDER BY DESC(?handContact)
rete playground
Β·
documentation
Β·
github.com/caviri/rete