reteplayground
Aggregate

What kinds of thing are in here?

SELECT ?t (COUNT(*) AS ?n) WHERE {
  GRAPH ?g { ?s <http://www.w3.org/1999/02/22-rdf-syntax-…
} GROUP BY ?t ORDER BY DESC(?n) LIMIT 30
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 ?t (COUNT(*) AS ?n) WHERE { GRAPH ?g { ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?t } } GROUP BY ?t ORDER BY DESC(?n) LIMIT 30

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