Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 114 ms · 128.0 KB of 2.1 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX p: <https://lostma-erc.github.io/jonas/prop/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?text (COUNT(?w) AS ?witnesses) WHERE {
?w p:is_manifestation_of ?t . ?t rdfs:label ?text .
} GROUP BY ?t ?text ORDER BY DESC(?witnesses) LIMIT 25