rete
playground
Summary
What's in the graph (record types)
Type
Label
N
Concept
4506
part
part
4253
witness
witness
3738
document
document
3153
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