query-b336ddd43d29eace689baa483ef20892
Propertiesemployer (P108)doctoral advisor (P184)field of work (P101)
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 ?supervisee ?superviseeLabel ?fieldLabel
WHERE
{
?alum wdt:P108 wd:Q459506.
?supervisee wdt:P184 ?alum.
OPTIONAL {?supervisee wdt:P101 ?field.}
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
v3("?field")
v2("?supervisee"):::projected
c6(["bd:serviceParam"]):::iri
c2(["wd:Q459506"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal
v1 --"wdt:P108"--> c2
v2 --"wdt:P184"--> v1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P101".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end