Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →20 rows · 129 ms · 128.0 KB of 9.8 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX mc: <https://w3id.org/rete/memoria/ns#>
SELECT ?cause (COUNT(?v) AS ?n) WHERE {
?v mc:cause ?cause .
} GROUP BY ?cause ORDER BY DESC(?n)