reteplayground
Summary

What's in the graph (record types)

TypeLabelN
Concept4506
partpart4253
witnesswitness3738
documentdocument3153
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 17 rows · 2.9 s · 256.0 KB of 2.1 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?type ?label (COUNT(?s) AS ?n) WHERE { ?s rdf:type ?type . OPTIONAL { ?type rdfs:label ?label } } GROUP BY ?type ?label ORDER BY DESC(?n) LIMIT 20

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