query-72fcebaeb345fe34182a31bfdcb6c029
Missing place of deathDeceased, but no place of death given; already in good form, check regularly.
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?dod {
?item p:P106/ps:P106/wdt:P279* wd:Q26270618 .
?item wdt:P570 ?dod .
MINUS { ?item wdt:P20 ?pod . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?dod"):::projected
v1("?item"):::projected
v3("?pod")
a1((" "))
a2((" "))
c8(["bd:serviceParam"]):::iri
c4(["wd:Q26270618"]):::iri
c10(["en"]):::literal
v1 --"p:P106"--> a1
a1 --"p:statement/P106"--> a2
a2 --"p:direct/P279"--> c4
v1 --"p:direct/P570"--> v2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"p:direct/P20"--> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end