query-755b1d19d708fdbc11e7513912c9540e
Introduction. %0 and a line between those two points. The query acts on a filtered set of items which is computed in the subquery with name (P20)place of death , (P19)place of birth This page contains a SPARQL query for showing a map containing the can be used for any purpose to obtain any filtered set of items. For example, %0The content of the subquery People born in rivers.
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item {
?item wdt:P19/wdt:P31/wdt:P279* wd:Q4022.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
a2((" "))
c4(["wd:Q4022"]):::iri
v1 --"wdt:P19"--> a1
a1 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c4