reteplayground
Select

🛡️ Threatened birds: the IUCN Red List species

IUCNSpeciesScientific
VUJavan Myna @enAcridotheres javanicus
VUAquatic Warbler @enAcrocephalus paludico…
VUBlack-cheeked Lovebir…Agapornis nigrigenis
VUGreen Avadavat @enAmandava formosa
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 165 rows · 37 ms · no server, no download — the query runs in your browser.

The query

PREFIX v: <https://w3id.org/rete/gbif/vocab#> PREFIX dwc: <http://rs.tdwg.org/dwc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?status ?name ?sci WHERE { ?sp v:sensitive true ; v:iucnStatus ?status ; rdfs:label ?sci . OPTIONAL { ?sp dwc:vernacularName ?name . FILTER(LANG(?name) = "en") } } ORDER BY DESC(?status)

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