Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{SNARCStats|head=SNARC Stats:|head-bg=red |main-bg=#eee |align=right}} | {{SNARCStats|head=SNARC Stats:|head-bg=red |main-bg=#eee |align=right}} | ||
{ | {| width=100% | ||
| width=50% | | |||
{{Graph:Pie chart | |||
| height=50 | |||
| title= Type of place | |||
| valueColumn=count | |||
| labelColumn=instanceLabel | |||
| query= | |||
SELECT ?instance ?instanceLabel ?count { { | |||
SELECT ?instance (COUNT(DISTINCT ?item) as ?count) { | |||
{?item wdt:P131 wd:Q25 . } | |||
UNION { ?item wdt:P131 ?pob . ?pob wdt:P131* wd:Q25 } | |||
?item wdt:P31 ?instance.} | |||
GROUP BY ?instance | |||
HAVING (?count > 100)} | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } | |||
ORDER BY DESC(?count) | |||
LIMIT 15 | |||
OFFSET 0 | |||
}} |
Revision as of 10:44, 20 December 2022
SNARC Stats: | ||
---|---|---|
Number of pages | 130,944 | |
User total | 2 | |
Active users list | 1 | |
Administrators | 1 | |
Users/administrator | 1 |
See it in Wikidata Query Service |