reteplayground
Geo

Territories around the British Isles (1815)

Territory
France
United Kingdom of Great Brita…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 2 rows · 21 ms · no server, no download — the query runs in your browser.

The query

PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX geof: <http://www.opengis.net/def/function/geosparql/> PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?territory WHERE { ?t ex:year 1815 ; rdfs:label ?territory ; geo:hasGeometry/geo:asWKT ?w . FILTER(geof:sfIntersects(?w, "POLYGON((-11 49, 2 49, 2 61, -11 61, -11 49))"^^geo:wktLiteral)) }

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