query-c575d081af4f0f7c2cea4939eed2037d

rq turtle/ttl

Propertiesoccupation (P106)professorship (P803)

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
SELECT ?p (count(?s) as ?c)
WHERE {
   BIND(wd:Q121594 as ?prof).
   VALUES (?p) {
      (ps:P106)
       (ps:P803)
    }
    ?s ?p ?prof .
}
group by (?p)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?c") v2("?p"):::projected v1("?prof") v3("?s"):::projected bind0[/"'wd:Q121594'"/] bind0 --as--o v1 bind1[/VALUES ?p/] bind1-->v2 bind10(["ps:P106"]) bind10 --> bind1 bind11(["ps:P803"]) bind11 --> bind1 v3 -->v2--> v1 bind3[/"count(?s)"/] v3 --o bind3 bind3 --as--o v4