reteplayground
Geo

Map: empires compared

SELECT ?empire ?w WHERE {
  VALUES ?empire { "British Empire"@en "Mongol Empire"@en…
  ?x rdfs:label ?empire ; geo:hasGeometry/geo:asWKT ?w .
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 514 mapped feature(s) · 4.5 s · 8.5 MB of 168.3 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT ?empire ?w WHERE { VALUES ?empire { "British Empire"@en "Mongol Empire"@en "Mughal Empire"@en "Empire colonial français"@en } ?x rdfs:label ?empire ; geo:hasGeometry/geo:asWKT ?w . }

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