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