reteplayground
Select

🗺️ Map a whole genus: the falcons (Falco)

SELECT ?wkt WHERE {
  ?sp rdfs:subClassOf+ <https://w3id.org/rete/gbif/taxon/…
  ?o a ?sp ; geo:asWKT ?wkt .
} LIMIT 3000
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT ?wkt WHERE { ?sp rdfs:subClassOf+ <https://w3id.org/rete/gbif/taxon/genus/Falco> . ?o a ?sp ; geo:asWKT ?wkt . } LIMIT 3000

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