query-d9b54f1313b26aff2f676e561b08fae4
17:55, 19 January 2016 (UTC)) talk (Edgars200709:58, 20 January 2016 (UTC)) talk (Edgars2007OK, so too big database :) Any chance SPAQL can handle it? -- 18:02, 19 January 2016 (UTC) Jura--- "Related properties" is capped at 50k.
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(?s) as ?count) WHERE {
?s wdt:P31 wd:Q5 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?s"):::projected
c2(["wd:Q5"]):::iri
v1 --"wdt:P31"--> c2
bind1[/"count(?s)"/]
v1 --o bind1
bind1 --as--o v2