query-919a2183cfd170d364fc70db137f6354

rq turtle/ttl

Numero di opere letterarie in Wikidata - COUNT SELECT (COUNT(?item) AS ?count) WHERE { ?item wdt:P31 wd:Q7725634 . # (P31) è di tipo (Q7725634) opera letteraria }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Numero di opere letterarie in Wikidata  - COUNT
SELECT (COUNT(?item) AS ?count)
WHERE {
  ?item wdt:P31 wd:Q7725634 . # (P31) è di tipo (Q7725634) opera letteraria
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item"):::projected c2(["wd:Q7725634"]):::iri v1 --"wdt:P31"--> c2 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v2