query-75dd86506dfc8b78e14217a4d690dd65

rq turtle/ttl

Anzahl

Use at

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

Query found at

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