Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →6 rows · 465 ms · 768.0 KB of 13.0 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX aif: <http://www.arg.tech/aif#>
PREFIX aifx: <https://w3id.org/rete/aif#>
SELECT ?scheme (COUNT(*) AS ?n) WHERE {
?l aifx:speaker <https://w3id.org/rete/aifdb/speaker/Lisa_Nandy> ;
aifx:edgeTo ?ya .
?ya a aif:YA-node ; aifx:scheme ?scheme .
} GROUP BY ?scheme ORDER BY DESC(?n)