query-1e944efe9a6f7ec0964aea756ac38d57

rq turtle/ttl

TODO

Use at

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