reteplayground
Select

πŸ—ΊοΈ 16 stadiums across three countries

SELECT ?name ?city ?wkt WHERE {
  ?s a wc:Stadium ; sc:name ?name ; wc:city ?city ; geo:a…
} ORDER BY ?name
Run this query β†’ no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β†’ 16 mapped feature(s) Β· 4.0 ms Β· no server, no download β€” the query runs in your browser.

The query

PREFIX wc: <https://w3id.org/rete/worldcup#> PREFIX sc: <http://schema.org/> PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT ?name ?city ?wkt WHERE { ?s a wc:Stadium ; sc:name ?name ; wc:city ?city ; geo:asWKT ?wkt . } ORDER BY ?name

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