reteplayground
Geo

★ Graph + vector tiles in ONE .rete (option C)

SELECT ?s ?region ?boundary WHERE {
  ?s a class:Region ; g:country "ES" ; schema:name ?regio…
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → vector tiles · 0 feature(s) highlighted · 2.9 s · 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#> PREFIX class: <https://w3id.org/rete/geoadmin/class/> SELECT ?s ?region ?boundary WHERE { ?s a class:Region ; g:country "ES" ; schema:name ?region ; geo:asWKT ?boundary . }

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