query-2c122f7f058241042bd8ac01bd46d065
4 242 000 instances of human - SPARQL for Q5 externalid statistics SPARQL for Q5 externalid statistics(Note: This thread was started at the Project chat)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(?item) AS ?count)
WHERE {?item wdt:P31/wdt:P279* wd:Q5}
Query found at
- https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2018/04
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2018/04
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?item"):::projected
a1((" "))
c3(["wd:Q5"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v2