rete
playground
Style
š Hand connection by skill level
Skill
Segments
Hand-contact frac.
+1
Beginner @en
1132
0.915
ā¦
Intermediate @en
1271
0.724
ā¦
Professional @en
397
0.586
ā¦
Run this query ā
no server Ā· no download Ā· no account
caviri.github.io/rete
Run this query in the playground ā
3 rows Ā· 24 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 ?skill (COUNT(?seg) AS ?segments) (ROUND(AVG(?hcf)*1000)/1000 AS ?handContact) (ROUND(AVG(?sep)*100)/100 AS ?separation_m) WHERE { ?perf dance:hasSegment ?seg ; dance:hasLeader ?l . ?l dance:hasSkillLevel ?sl . ?sl rdfs:label ?skill . ?seg dance:handContactFraction ?hcf ; dance:meanCoupleSeparation ?sep . } GROUP BY ?skill ORDER BY DESC(?handContact)
rete playground
Ā·
documentation
Ā·
github.com/caviri/rete