reteplayground
Select

🔎 Find a bird by its Catalan name

SpeciesCatalan nameScientific
9717283oreneta cua-rogenca @…Cecropis daurica
2489214Oreneta cuablanca @caDelichon urbicum
9515886Oreneta vulgar @caHirundo rustica
2489169Oreneta de cingle @caPetrochelidon 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