query-191242e5ab27e36076c9b9b7a891d762

rq turtle/ttl

TODO

Use at

PREFIX p: <http://www.wikidata.org/prop/>
SELECT (count(?item) as ?itemcount) WHERE {
  {
    ?item p:P496 ?statement0.
  }
}

Query found at

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