query-d97febe7d1e8c47c02b8fd6a772577ef
PropertiesWeChangEd ID (P7947)date of death (P570)country of citizenship (P27)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?death WHERE {
?item wdt:P7947 ?id;
wdt:P570 ?death;
wdt:P27 wd:Q34266.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?death"):::projected
v2("?id")
v1("?item"):::projected
c4(["wd:Q34266"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P7947"--> v2
v1 --"wdt:P570"--> v3
v1 --"wdt:P27"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end