query-45f2ee46a1d6e8727fddedb20a1662a7

rq turtle/ttl

Combien de personnalités s'appellent Ada (Q346047) ? How many people have Ada (Q346047) 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:Q346047.
}

Query found at

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