query-06c915dfdc7b6413157b451eb310f6f7
PropertiesEarly Modern Letters Online person ID (P1802)cause of death (P509)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?emlo ?causeLabel WHERE {
?person wdt:P1802 ?emlo;
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("?emlo"):::projected
v2("?person"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P1802"--> v3
v2 --"wdt:P509"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end