reteplayground
Select

📍 Map the geocoded units

SELECT ?wkt ?title WHERE {
  ?d geo:asWKT ?wkt ;
     schema:name ?title .
} LIMIT 4000
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 4000 mapped feature(s) · 504 ms · 768.0 KB of 68.9 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 schema: <http://schema.org/> SELECT ?wkt ?title WHERE { ?d geo:asWKT ?wkt ; schema:name ?title . } LIMIT 4000

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