query-a7abd41106579638547d06bb23edeeeb

rq turtle/ttl

List of all genera and species of cacti

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?name WHERE {
  ?item wdt:P225 ?name .
  {
    ?item wdt:P105 wd:Q7432 .
  } UNION {
    ?item wdt:P105 wd:Q34740 .
  }
  ?item (wdt:P171)* wd:Q14560 .
}
ORDER BY ASC(?name)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?name"):::projected c3(["wd:Q7432"]):::iri c4(["wd:Q34740"]):::iri c6(["wd:Q14560"]):::iri v2 --"wdt:P225"--> v1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P105"--> c4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P105"--> c3 end union0r <== or ==> union0l end v2 --"wdt:P171"--> c6