reteplayground
Geo

Nearest neighbours of London, 1914

TerritoryKm
United Kingdom of Great Brita…0
France113.149317714077
Belgium176.591135376416
Netherlands253.077024596631
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 8 rows · 235 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 uom: <http://www.opengis.net/def/uom/OGC/1.0/> PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?territory ?km WHERE { ?t ex:year 1914 ; rdfs:label ?territory ; geo:hasGeometry/geo:asWKT ?w . BIND(geof:distance(?w, "POINT(0 51)"^^geo:wktLiteral, uom:metre) / 1000 AS ?km) } ORDER BY ?km LIMIT 8

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