query-72c53f0a87f4de8f99e9ffb6da0b2be4
449,925 instances of occupation (Q12737077)
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 ?count) WHERE {
wd:Q12737077 ^wdt:P279*/^wdt:P31 ?item.}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?item")
a1((" "))
c2(["wd:Q12737077"]):::iri
a1 --"wdt:P279"--> c2
v1 --"wdt:P31"--> a1
bind1[/"count(*)"/]
bind1 --as--o v2