query-d51919ed366747131ce02795ddc2413d

rq turtle/ttl

Tree Visualization

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#>
#defaultView:Graph
SELECT ?advisor ?advisorLabel ?student ?studentLabel WHERE {
  wd:Q85622969 wdt:P184+ ?advisor .
  ?advisor wdt:P185 ?student .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?advisor"):::projected v2("?student"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;"]):::literal c1(["wd:Q85622969"]):::iri c1 --"wdt:P184"--> v1 v1 --"wdt:P185"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end