query-657fa0295fc3b41c07dabd266056c6a1

rq turtle/ttl

Propertiesoccupation (P106)professorship (P803)employer (P108)

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 ?what ?whatLabel
WHERE {
  BIND(wd:Q121594 as ?prof).
  VALUES(?is) {
    (wdt:P106)
    (wdt:P803)
  }
   ?s ?is ?what .
   ?s wdt:P108 wd:Q129421  .
   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("?is"):::projected v1("?prof") v3("?s"):::projected v4("?what"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q129421"]):::iri bind0[/"'wd:Q121594'"/] bind0 --as--o v1 bind1[/VALUES ?is/] bind1-->v2 bind10(["wdt:P106"]) bind10 --> bind1 bind11(["wdt:P803"]) bind11 --> bind1 v3 -->v2--> v4 v3 --"wdt:P108"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end