query-fa5dd954c46328e168be19d72dad19f5

rq turtle/ttl

Propertieseducated at (P69)instance of (P31)award received (P166)sex or gender (P21)country of citizenship (P27)

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 DISTINCT ?alum ?alumLabel ?award ?awardLabel
WHERE {
    {?alum wdt:P69 wd:Q34433 }
UNION {?college wdt:P31 wd:Q2581649.
        ?alum wdt:P69 ?college}
        ?alum wdt:P166 ?award.
        ?alum wdt:P21 wd:Q6581072 .
       MINUS { ?alum wdt:P27 wd:Q145 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
} ORDER BY ASC(?awardLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?alum"):::projected v4("?award"):::projected v1("?awardLabel"):::projected v3("?college") c7(["wd:Q6581072"]):::iri c13(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c11(["bd:serviceParam"]):::iri c2(["wd:Q34433"]):::iri c9(["wd:Q145"]):::iri c4(["wd:Q2581649"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c4 v2 --"wdt:P69"--> v3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P69"--> c2 end union0r <== or ==> union0l end v2 --"wdt:P166"--> v4 v2 --"wdt:P21"--> c7 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P27"--> c9 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end