query-d242e6e831c246543a67e8e0e77d561e

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 wd:Q5 . ?item wdt:P1472 ?creator .
}

Query found at

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