rete
playground
Path
A naturalist's collection (species + family + place + photo)
Species
Family
Country
+1
Phyllognathus excavatus (Fors…
Scarabaeidae
Tunísia
…
Oxythyrea pantherina (Gory &…
Scarabaeidae
Tunísia
…
Asida (Planasida) mater gasul…
Tenebrionidae
Espanya
…
Asida (Planasida) mater gasul…
Tenebrionidae
Espanya
…
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
30 rows · 3.5 s · no server, no download — the query runs in your browser.
The query
PREFIX p: <https://bioexplora.cat/prop/> PREFIX dwc: <http://rs.tdwg.org/dwc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?species ?family ?place ?photo WHERE { ?c rdfs:label "Gasull i Martínez, Lluís" . ?s p:collectedBy ?c ; dwc:scientificName ?species . OPTIONAL { ?s p:taxon ?sp . ?sp p:parentTaxon+ ?f . ?f p:rank "family" ; rdfs:label ?family } OPTIONAL { ?s p:foundIn ?pl . ?pl rdfs:label ?place } OPTIONAL { ?s p:preview ?photo } } LIMIT 30
rete playground
·
documentation
·
github.com/caviri/rete