query-7560e11f7ea2bd09525fead587312d68

rq turtle/ttl

Propertiestaxon name (P225)taxon rank (P105)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT  ?taxon ?item ?rank WHERE {
    ?item wdt:P225  ?taxon .       # taxon name
    ?item wdt:P105  ?rank .

  VALUES ?taxon {"Glycyphagoidea"
"Acaroidea"
"Hemisarcoptoidea"
} .

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v3("?rank"):::projected v4("?taxon"):::projected v1 --"wdt:P225"--> v4 v1 --"wdt:P105"--> v3 bind0[/VALUES ?taxon/] bind0-->v4 bind00(["Glycyphagoidea"]) bind00 --> bind0 bind01(["Acaroidea"]) bind01 --> bind0 bind02(["Hemisarcoptoidea"]) bind02 --> bind0