query-36dc582d33fe82fbadea632a61367b3a
Propertieseducated at (P69)instance of (P31)founded by (P112)
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 DISTINCT ?alum ?alumLabel ?collegeLabel ?org ?orgLabel
WHERE {
{?alum wdt:P69 wd:Q193196 }
UNION { {?college wdt:P31 wd:Q193196} UNION {?college wdt:P31 wd:Q3338504}.
?alum wdt:P69 ?college.}
?org wdt:P112 ?alum.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ASC(?alumLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?alum"):::projected
v1("?alumLabel"):::projected
v3("?college")
v4("?org"):::projected
c7(["bd:serviceParam"]):::iri
c2(["wd:Q193196"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wd:Q3338504"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P31"--> c4
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P31"--> c2
end
union1r <== or ==> union1l
end
v2 --"wdt:P69"--> v3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P69"--> c2
end
union0r <== or ==> union0l
end
v4 --"wdt:P112"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end