query-103d756c1929f0280cc074437425e63d

rq turtle/ttl

TODO

Use at

PREFIX p: <http://www.wikidata.org/prop/>
SELECT (COUNT(?item) AS ?cnt) WHERE {
 ?item p:P12541 ?ln }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?cnt") v1("?item"):::projected v2("?ln") v1 --"p:P12541"--> v2 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v3