rete
playground
Select
🛡️ Threatened birds: the IUCN Red List species
IUCN
Species
Scientific
VU
Javan Myna @en
Acridotheres javanicus
VU
Aquatic Warbler @en
Acrocephalus paludico…
VU
Black-cheeked Lovebir…
Agapornis nigrigenis
VU
Green Avadavat @en
Amandava 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