reteplayground
Select

🗺️ Flamingos in Spain (Doñana, Ebro delta, Fuente de Piedra)

SELECT ?wkt WHERE {
  ?o a <https://w3id.org/rete/gbif/taxon/species/4352332>…
     geo:asWKT ?wkt ; dct:spatial <https://w3id.org/rete/…
} LIMIT 4000
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 geo: <http://www.opengis.net/ont/geosparql#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX v: <https://w3id.org/rete/gbif/vocab#> SELECT ?wkt WHERE { ?o a <https://w3id.org/rete/gbif/taxon/species/4352332> ; geo:asWKT ?wkt ; dct:spatial <https://w3id.org/rete/gbif/country/ES> . } LIMIT 4000

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