query-45f2ee46a1d6e8727fddedb20a1662a7
Combien de personnalités s'appellent Ada (Q346047) ? How many people have Ada (Q346047) as given name ?
Use at
- https://query.wikidata.org/sparql
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
- https://www.wikidata.org/wiki/User:PAC2/Portrait_d%27un_pr%C3%A9nom
- https://www.wikidata.org/wiki/User:PAC2/Template:Notebook_Given_name/Documentation
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