query-7921e2c14124e04eecaa529abf69fd90

rq turtle/ttl

Anzahl Anzahl:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT (count(?person) AS ?number)
{
  ?person wdt:P496 ?orcid .
  ?person wdt:P108 ?uni .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?number") v2("?orcid") v1("?person"):::projected v3("?uni") v1 --"wdt:P496"--> v2 v1 --"wdt:P108"--> v3 bind1[/"count(?person)"/] v1 --o bind1 bind1 --as--o v4