query-2626141bfee84f2d956985f2085fffc1
Personas relevantes nacidas en Londres
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(DISTINCT ?item) AS ?total)
WHERE {
?item wdt:P19 wd:Q84
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?total")
c2(["wd:Q84"]):::iri
v1 --"wdt:P19"--> c2
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v2