reteplayground
Geo

Bounding box of each 1492 territory

TerritoryBbox
Aónikenk (Tehuelche)−74°−72°−70°−68°−66°−…
Ainus136°138°140°142°144°1…
Ainus145°150°155°40°45°50°…
Akaitcho−115°−110°−105°55°60°…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 12 rows · 4.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX geof: <http://www.opengis.net/def/function/geosparql/> PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?territory ?bbox WHERE { ?t ex:year 1492 ; rdfs:label ?territory ; geo:hasGeometry/geo:asWKT ?w . BIND(geof:envelope(?w) AS ?bbox) } LIMIT 12

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