query-045f8e2729f5bd5647557aef94f2fc75

rq turtle/ttl

Propertiesstated in (P248)

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT (COUNT (?statement) as ?statements)
WHERE
{
  ?entry ?p ?statement .
  ?statement pr:P248  wd:Q28721132 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?entry") v2("?p") v3("?statement"):::projected v4("?statements") c2(["wd:Q28721132"]):::iri v1 -->v2--> v3 v3 --"pr:P248"--> c2 bind1[/"count(?statement)"/] v3 --o bind1 bind1 --as--o v4