reteplayground
Path

The taxonomic tree (family › genus › species)

FamilyGenusSpecies
AbylidaeAbylaAbyla bicarinata Mose…
AbylidaeAbylaAbyla trigona Quoy &…
AbylidaeAbylopsisAbylopsis tetragona (…
AbylidaeCeratocymbaCeratocymba dentata (…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 1.0 s · 2.3 MB of 45.4 MB read over HTTP range · 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 ?family ?genus ?species WHERE { ?sp p:rank "species" ; rdfs:label ?species ; p:parentTaxon ?g . ?g rdfs:label ?genus ; p:parentTaxon ?f . ?f p:rank "family" ; rdfs:label ?family . } ORDER BY ?family ?genus LIMIT 40

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