Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 5.4 s · 2.0 MB of 13.0 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX aifx: <https://w3id.org/rete/aif#>
PREFIX schema: <https://schema.org/>
SELECT ?who (COUNT(?l) AS ?utterances) WHERE {
?l aifx:speaker ?s .
?s schema:name ?who .
} GROUP BY ?who ORDER BY DESC(?utterances) LIMIT 25