reteplayground
Select

πŸ—ΊοΈ The eight Qatar stadiums

SELECT ?name ?cap ?wkt WHERE {
  ?s a wc:Stadium ; sc:name ?name ; geo:asWKT ?wkt .
  OPTIONAL { ?s wc:capacity ?cap }
} ORDER BY DESC(?cap)
Run this query β†’ no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β†’ 8 mapped feature(s) Β· 11 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 ?cap ?wkt WHERE { ?s a wc:Stadium ; sc:name ?name ; geo:asWKT ?wkt . OPTIONAL { ?s wc:capacity ?cap } } ORDER BY DESC(?cap)

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