reteplayground
Path

Walk a whole family down to its species

GenusSpecies
AcaloleptaAcalolepta bicolor
AcaloleptaAcalolepta dentifer
AcaloleptaAcalolepta rusticatrix
AcaloleptaAcalolepta sikkimensi…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 243 ms · no server, no download — the query runs in your browser.

The query

PREFIX p: <https://bioexplora.cat/prop/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?genus ?species WHERE { ?fam p:rank "family" ; rdfs:label "Cerambycidae" . ?sp p:parentTaxon+ ?fam ; p:rank "species" ; rdfs:label ?species ; p:parentTaxon ?g . ?g rdfs:label ?genus . } ORDER BY ?genus LIMIT 40

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