Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →14 rows · 206 ms · 512.0 KB of 1566.6 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX infs: <https://w3id.org/rete/infoscience#>
SELECT ?faculty (COUNT(?t) AS ?theses) WHERE {
?t a infs:Thesis ; infs:faculty ?faculty .
} GROUP BY ?faculty ORDER BY DESC(?theses)