On the Wikidata Datamodel Statements Grafana board, add 3 more topics:
- name items
query: SELECT (COUNT(DISTINCT ?item) as ?count) { ?item wdt:P31/wdt:P279* wd:Q10856962 . MINUS { ?item rdfs:type []} }
- paintings
query: SELECT (COUNT(DISTINCT ?item) as ?count) { ?item wdt:P31 wd:Q3305213 }
- TV episodes
query: SELECT (COUNT(DISTINCT ?item) as ?count) { ?item wdt:P31 wd:Q21191270 }
Suggested by user:Jura1 on Contact the Development team