Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 266 ms · 512.0 KB of 9.8 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX mc: <https://w3id.org/rete/memoria/ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?grave ?victims WHERE {
?g a mc:MassGrave ; rdfs:label ?grave ; mc:victimCount ?victims .
} ORDER BY DESC(?victims) LIMIT 25