rete
playground
Summary
What is in this graph?
Kind
N
literary work
1774
person
956
spatial concept
723
thematic concept
375
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
4 rows · 15 ms · no server, no download — the query runs in your browser.
The query
PREFIX wdt: <http://data.mimotext.uni-trier.de/prop/direct/> PREFIX wd: <http://data.mimotext.uni-trier.de/entity/> SELECT ?kind (COUNT(DISTINCT ?x) AS ?n) WHERE { VALUES (?class ?kind) { (wd:Q2 "literary work") (wd:Q10 "person") (wd:Q20 "thematic concept") (wd:Q26 "spatial concept") } ?x wdt:P2 ?class . } GROUP BY ?kind ORDER BY DESC(?n)
rete playground
·
documentation
·
github.com/caviri/rete