Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →9 rows · 26.3 s · 28.5 MB 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 ?type (COUNT(?s) AS ?n) WHERE {
?s a ?type .
FILTER(STRSTARTS(STR(?type), "https://w3id.org/rete/infoscience#"))
} GROUP BY ?type ORDER BY DESC(?n)