query-0dd22dc4174be7d2867ea4c14f1ee662

rq turtle/ttl

It also results in incorrect wdt: triples: compare the following two:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(*) as ?count) { wd:Q36977 wdt:P487 [] }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?count") a1((" ")) c1(["wd:Q36977"]):::iri c1 --"wdt:P487"--> a1 bind1[/"count(*)"/] bind1 --as--o v1