reteplayground
Aggregate

Populated places (points)

SELECT ?place ?point WHERE {
  ?p a class:Place ; schema:name ?place ; geo:asWKT ?poin…
} LIMIT 1251
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 1251 mapped feature(s) · 48 ms · 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 ?place ?point WHERE { ?p a class:Place ; schema:name ?place ; geo:asWKT ?point . } LIMIT 1251

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