reteplayground
Geo

Map: territories of 1914

SELECT ?territory ?w WHERE {
  ?t ex:year 1914 ; rdfs:label ?territory ;
     geo:hasGeometry/geo:asWKT ?w .
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 130 mapped feature(s) · 9.1 s · 768.0 KB of 1.5 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?territory ?w WHERE { ?t ex:year 1914 ; rdfs:label ?territory ; geo:hasGeometry/geo:asWKT ?w . }

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