query-2ae681f2ff63ec5532ab528dab41bb4d
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(*) AS ?count) WHERE {
[] wdt:P734 [].
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?count")
a1((" "))
a2((" "))
a1 --"wdt:P734"--> a2
bind1[/"count(*)"/]
bind1 --as--o v1