rete
playground
Select
🔎 Find a bird by its Catalan name
Species
Catalan name
Scientific
9717283
oreneta cua-rogenca @…
Cecropis daurica
2489214
Oreneta cuablanca @ca
Delichon urbicum
9515886
Oreneta vulgar @ca
Hirundo rustica
2489169
Oreneta de cingle @ca
Petrochelidon pyrrhon…
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
5 rows · 96 ms · no server, no download — the query runs in your browser.
The query
PREFIX dwc: <http://rs.tdwg.org/dwc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?sp ?n ?sci WHERE { ?sp dwc:vernacularName ?n ; rdfs:label ?sci . FILTER(LANG(?n) = "ca" && CONTAINS(LCASE(STR(?n)), "oreneta")) }
rete playground
·
documentation
·
github.com/caviri/rete