query-bc93b9462d8b83f37310aced401dc84f
Propertiesemployer (P108)award received (P166)
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 ?alum ?alumLabel ?award ?awardLabel
WHERE
{
?alum wdt:P108 wd:Q459506.
?alum wdt:P166 ?award.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
} ORDER BY ?awardLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?alum"):::projected
v3("?award"):::projected
v1("?awardLabel"):::projected
c5(["bd:serviceParam"]):::iri
c2(["wd:Q459506"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal
v2 --"wdt:P108"--> c2
v2 --"wdt:P166"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end