query-a196124cfd621bcc6d8f8aa3db0d7eeb

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select (count(distinct ?item) as ?count)
where
{ 
  ?item wdt:P31 ?type . ?item wdt:P1472 ?creator . ?type wdt:P279* wd:Q43229
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count") v3("?creator") v1("?item"):::projected v2("?type") c4(["wd:Q43229"]):::iri v1 --"wdt:P31"--> v2 v1 --"wdt:P1472"--> v3 v2 --"wdt:P279"--> c4 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v4