query-468bbe6df6033386d5cfb00a75816bdd
Anzahl Wissenschaftliche Publikationen Number of scientific publications
Use at
- https://query.wikidata.org/sparql
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
- https://www.wikidata.org/wiki/User:Wiljes/2021-05-21_Kolloquium_Wissensinfrastruktur_UniBI
- https://www.wikidata.org/wiki/User:Wiljes/2021-06-24_Kolloquium_AG-SC
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