reteplayground
Aggregate

Most common themes across the novels

ThemeNovels
dialogue @en7
human @en6
ROUSSEAU, Jean-Jacques @en1
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 3 rows · 6.2 ms · no server, no download — the query runs in your browser.

The query

PREFIX wdt: <http://data.mimotext.uni-trier.de/prop/direct/> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?theme (COUNT(DISTINCT ?work) AS ?novels) WHERE { ?work wdt:P36 ?t . ?t rdfs:label ?theme . FILTER(LANG(?theme)="en") } GROUP BY ?theme ORDER BY DESC(?novels) LIMIT 15

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