query-44f16ef5d06ec2275f15b815aaf8ed5b

rq turtle/ttl

How many people have as given name ?

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT (?item) as ?count) WHERE {
  ?item wdt:P735 wd:.
}

Query found at

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