query-468bbe6df6033386d5cfb00a75816bdd

rq turtle/ttl

Anzahl Wissenschaftliche Publikationen Number of scientific publications

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(*) AS ?number)
  WHERE {
    ?publication wdt:P31/wdt:P279* wd:Q591041 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?number") v1("?publication") a1((" ")) c3(["wd:Q591041"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 bind1[/"count(*)"/] bind1 --as--o v2