reteplayground
Select

One country (multi-LOD on zoom)

SELECT ?c ?country ?boundary WHERE {
  ?c g:iso "ES" ; schema:name ?country ; geo:asWKT ?bound…
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 1 mapped feature(s) · 124 ms · 256.0 KB of 38.4 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX g: <https://w3id.org/rete/geoadmin/prop/> PREFIX schema: <http://schema.org/> PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT ?c ?country ?boundary WHERE { ?c g:iso "ES" ; schema:name ?country ; geo:asWKT ?boundary . }

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