query-42442522537f76e70a8409c9f6467f39

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT (COUNT(?item) AS ?all_count) WHERE {


  ?item wdt:P31 wd:Q5 . 
  ?wen schema:about ?item . ?wen schema:isPartOf <https://en.wikipedia.org/> 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?all_count") v1("?item"):::projected v2("?wen") c5([https://en.wikipedia.org/]):::iri c2(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2 v2 --"schema:about"--> v1 v2 --"schema:isPartOf"--> c5 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v3