query-c8ace2ef14170e72d35fe1066e007afd

rq turtle/ttl

Propertiesinstance of (P31)educated at (P69)

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 ?alumDescription ?college ?collegeLabel
WHERE {
    ?alum wdt:P31 wd:Q15632617
{?alum wdt:P69 wd:Q34433 }
UNION {?college wdt:P31 wd:Q2581649.
        ?alum wdt:P69 ?college}
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("?college"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q15632617"]):::iri c4(["wd:Q34433"]):::iri c9(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c5(["wd:Q2581649"]):::iri v1 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c5 v1 --"wdt:P69"--> v2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P69"--> c4 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end