reteplayground
Aggregate

What's in the BNE by class

SELECT ?class (COUNT(?s) AS ?n) WHERE {
  ?s a ?class .
} GROUP BY ?class ORDER BY DESC(?n) LIMIT 20
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

SELECT ?class (COUNT(?s) AS ?n) WHERE { ?s a ?class . } GROUP BY ?class ORDER BY DESC(?n) LIMIT 20

rete playground · documentation · github.com/caviri/rete