query-8dd0b7170f5a626f6fc87d454af27a3d

rq turtle/ttl

PropertiesElectronic Enlightenment ID (P3429)cause of death (P509)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?ee ?causeLabel  WHERE {
?person wdt:P3429 ?ee;
  wdt:P509 ?cause
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
ORDER BY ?causeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?cause") v1("?causeLabel"):::projected v3("?ee"):::projected v2("?person"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P3429"--> v3 v2 --"wdt:P509"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end