query-de9d6df91cb00807ed7ba70cbe964f7a
All the taxa represented in the Botanical Explorer
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?taxon WHERE {
?item wdt:P170 wd:Q79012; wdt:P180/wdt:P171* ?taxon.
?taxon wdt:P31 wd:Q16521
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item")
v2("?taxon"):::projected
a1((" "))
c2(["wd:Q79012"]):::iri
c6(["wd:Q16521"]):::iri
v1 --"wdt:P170"--> c2
v1 --"wdt:P180"--> a1
a1 --"wdt:P171"--> v2
v2 --"wdt:P31"--> c6