reteplayground
Style

⚠️ Execution errors by skill

SkillErrors
Beginner @en110
Intermediate @en35
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 2 rows · 19 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(?e) AS ?errors) WHERE { ?perf dance:hasSegment ?e ; dance:hasLeader ?l . ?e a dance:ErrorSegment . ?l dance:hasSkillLevel/rdfs:label ?skill . } GROUP BY ?skill ORDER BY DESC(?errors)

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