query-2b4553ea4b9f25bc859379ea41014721

rq turtle/ttl

Propertieseducated at (P69)award received (P166)

Use at

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:P69 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:P69"--> c2 v2 --"wdt:P166"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end