query-674dff752459c38e1b83cd712d9e1b7c

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(*) AS ?count) { ?place wdt:P131* wd:Q1223 . }

Query found at

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