reteplayground
Geo

Map the mass graves (Catalonia)

SELECT ?grave ?w WHERE {
  ?g a mc:MassGrave ; rdfs:label ?grave ; geo:asWKT ?w .
} LIMIT 1027
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 1027 mapped feature(s) · 1.4 s · 1.5 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 geo: <http://www.opengis.net/ont/geosparql#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?grave ?w WHERE { ?g a mc:MassGrave ; rdfs:label ?grave ; geo:asWKT ?w . } LIMIT 1027

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