query-fc72c56ad5c46b6238e80162f933802e
Taxon names qualified with original spelling (P1353)
Use at
- https://query.wikidata.org/sparql
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?taxonName ?originalSpelling WHERE {
?item p:P225 ?taxonNameStatement .
?taxonNameStatement ps:P225 ?taxonName .
?taxonNameStatement pq:P1353 ?originalSpelling .
}
ORDER BY ASC(?taxonName)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v4("?originalSpelling"):::projected
v1("?taxonName"):::projected
v3("?taxonNameStatement")
v2 --"p:P225"--> v3
v3 --"p:statement/P225"--> v1
v3 --"p:qualifier/P1353"--> v4