reteplayground
Aggregate

Victims by province of birth

ProvinceVictims
Barcelona @es22,555
Tarragona @es11,005
Lleida @es10,498
Girona @es7,102
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 6.0 s · 1.4 MB 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 ?province (COUNT(?v) AS ?victims) WHERE { ?v mc:bornInProvince ?p . ?p rdfs:label ?province . } GROUP BY ?province ORDER BY DESC(?victims) LIMIT 15

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