reteplayground
Aggregate

Map of the collection

SELECT ?species ?point WHERE {
  ?s dwc:scientificName ?species ; geo:asWKT ?point .
} LIMIT 3000
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 3000 mapped feature(s) · 62 ms · no server, no download — the query runs in your browser.

The query

PREFIX dwc: <http://rs.tdwg.org/dwc/terms/> PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT ?species ?point WHERE { ?s dwc:scientificName ?species ; geo:asWKT ?point . } LIMIT 3000

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