reteplayground
Summary

Predicate totals (the shape of the graph)

SELECT ?p (COUNT(*) AS ?triples) WHERE { ?s ?p ?o } GROUP…
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 ?p (COUNT(*) AS ?triples) WHERE { ?s ?p ?o } GROUP BY ?p ORDER BY DESC(?triples) LIMIT 30

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