query-cffe7f0840c24ac31c2ac9e60721c80f

rq turtle/ttl

TODO

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT (COUNT(*) as ?count) { wd:Q36977 p: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 --"p:P487"--> a1 bind1[/"count(*)"/] bind1 --as--o v1