Graph Statistics

Revision as of 10:54, 24 November 2023 by Leonie (talk | contribs) (created page + all items query (temp, bc. not inline))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A page to help show the structure of the graph using metrics and statistics. For similar pages reference:

Simple Metrics

All Items

#defaultView:Table
PREFIX wd:  <https://graphit.ur.de/entity>
PREFIX wdt: <https://graphit.ur.de/prop/direct/>
SELECT (COUNT(*) as ?items) 
WHERE {
  # items that have 0+ statements
  ?item wikibase:statements ?s.
  MINUS{ ?item a wikibase:Property } # Filter out properties = 28
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} LIMIT 25

Try it!