query-563c5c477a976e14e8d96506de2b01d7

rq turtle/ttl

TODO

Use at

PREFIX p: <http://www.wikidata.org/prop/>
SELECT (count(?item) as ?itemcount) WHERE {
  {
    ?item p:P7400 ?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:P7400"--> v2 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v3