query-da3feeaa67760879c2822b5e04f1a8b6
Propertiesaward received (P166)date of death (P570)SNAC ARK ID (P3430)archives at (P485)
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 ?date ?snac ?inst ?instLabel
WHERE
{
?item wdt:P166 wd:Q18748039.
?item wdt:P570 ?date.
OPTIONAL {?item wdt:P3430 ?snac.}
OPTIONAL {?item wdt:P485 ?inst}.
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;
v2("?date"):::projected
v4("?inst"):::projected
v1("?item"):::projected
v3("?snac"):::projected
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q18748039"]):::iri
v1 --"wdt:P166"--> c2
v1 --"wdt:P570"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P3430".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P485".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end