reteplayground
Geo

Where the books were printed

SELECT ?place ?wkt WHERE {
  ?p a schema:Place ; rdfs:label ?place ; geo:asWKT ?wkt
}
LIMIT 500
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 500 mapped feature(s) · 100 ms · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX efmo: <https://data.embassyofthefreemind.com/ontology#> SELECT ?place ?wkt WHERE { ?p a schema:Place ; rdfs:label ?place ; geo:asWKT ?wkt } LIMIT 500

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