query-b396dc745898d3527b30e7ac82468699

rq turtle/ttl

Propertieseducated at (P69)employer (P108)occupation (P106)professorship (P803)

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 ?s ?sLabel ?is ?from ?ucLabel
WHERE {
  BIND(wd:Q121594 as ?prof).
  VALUES(?from) {
   (wdt:P69) (wdt:P108)
    }
  VALUES(?is) {
    (wdt:P106)
    (wdt:P803)
  }
  VALUES(?uc ?uc_name) {
#     (wd:Q174710 "ucla")
     (wd:Q129421 "ucd")
    }
   ?s ?is ?prof .
   ?s ?from ?uc .
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?from"):::projected v3("?is"):::projected v1("?prof") v6("?s"):::projected v4("?uc") v5("?uc_name") c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/"'wd:Q121594'"/] bind0 --as--o v1 bind1[/VALUES ?from/] bind1-->v2 bind10(["wdt:P69"]) bind10 --> bind1 bind11(["wdt:P108"]) bind11 --> bind1 bind2[/VALUES ?is/] bind2-->v3 bind20(["wdt:P106"]) bind20 --> bind2 bind21(["wdt:P803"]) bind21 --> bind2 bind3[/VALUES ?uc ?uc_name/] bind3-->v4 bind3-->v5 bind30(["wd:Q129421"]) bind30 --> bind3 bind31(["ucd"]) bind31 --> bind3 v6 -->v3--> v1 v6 -->v2--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end