fnielsen / ordia

Wikidata lexemes presentations
https://ordia.toolforge.org
Apache License 2.0
24 stars 13 forks source link

Panel with statistics over use of IDs #57

Closed fnielsen closed 5 years ago

fnielsen commented 5 years ago
SELECT
  ?count
  ?description 
  ?query
WHERE {
  {
    { SELECT (COUNT(*) AS ?count) { [] wdt:P5274 [] . } }
    wd:P5274 rdfs:label ?description .
    FILTER (LANG(?description) = 'en')
    BIND("[] wdt:P5274 []" AS ?query)
  }
  UNION
  {
    { SELECT (COUNT(*) AS ?count) { [] wdt:P5912 [] . } }
    wd:P5912 rdfs:label ?description .
    FILTER (LANG(?description) = 'en')
    BIND("[] wdt:P5912 []" AS ?query)
  }
  UNION
  {
    { SELECT (COUNT(*) AS ?count) { [] wdt:P6140 [] } }
    wd:P6140 rdfs:label ?description .
    FILTER (LANG(?description) = 'en')
    BIND("[] wdt:P6140 []" AS ?query)
  }

}
ORDER BY DESC(?count)
fnielsen commented 5 years ago

In production: https://tools.wmflabs.org/ordia/statistics/