Wikidata:WikiProject Heritage Collections/Statistics

From Wikidata
Jump to navigation Jump to search

 

Home

 

Data Structure

 

Typologies

 

Data Sources

 

Use Cases

 

Tools & Tasks

 

Statistics

 
Usage statistics of archives at (P485)
Date Institutions holding archives about persons Institutions holding archives about organizations Person items with pointers to archival material Organization items with pointers to archival material
2019-10-30 1402 2002 19407 8185
2020-07-09 1679 2131 23595 10695
2020-09-18 1777 2172 25506 11146
2022-03-12 2371 (query timeout) 38681 13910
2022-12-10 2597 2734 41100 14702
2023-11-26 2890 (query timeout) 43448 (query timeout)
2023-12-16 2884 2925 43505 19968
Usage statistics of documentation files at (P10527)
Date Institutions holding documentation files about persons Institutions holding documentation files about organizations Person items with pointers to documentation files Organization items with pointers to documentation files
2022-12-10 7 4 12178 6
2023-11-26 10 (query timeout) 12029 (query timeout)
2023-12-16 10 9 12028 504

Queries used to generate the statistics[edit]

Institutions holding archives about persons[edit]

#institutions holding archives about persons, ordered by the number of persons they have material on.
#defaultView:BubbleChart
SELECT DISTINCT ?institution ?institutionLabel ?countryLabel (count (*) as ?count) {
  ?person wdt:P31 wd:Q5 ; wdt:P485 ?institution.
  OPTIONAL { ?institution wdt:P17 ?country } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?institution ?institutionLabel ?countryLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/eKROL9

Institutions holding archives about organizations[edit]

#institutions holding archives about organizations, ordered by the number of organizations they have material on.
#defaultView:BubbleChart
SELECT DISTINCT ?institution ?institutionLabel ?countryLabel (count (*) as ?count) {
  ?org wdt:P31/wdt:P279* wd:Q43229 ; wdt:P485 ?institution.
  OPTIONAL { ?institution wdt:P17 ?country } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?institution ?institutionLabel ?countryLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/2obQCM

Person items with pointers to archival holdings[edit]

#person items with pointers to archival holdings, ordered by the number of institutions that have material on the given person.
SELECT DISTINCT ?person ?personLabel (count (*) as ?count) {
  ?person wdt:P31 wd:Q5 ; wdt:P485 ?institution.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?person ?personLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/8CsndB

Organization items with pointers to archival holdings[edit]

#organization items with pointers to archival holdings, ordered by the number of institutions that have material on the given organization.
SELECT DISTINCT ?org ?orgLabel (count (*) as ?count) {
  ?org wdt:P31/wdt:P279* wd:Q43229 ; wdt:P485 ?institution.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?org ?orgLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/B2RO8t

Institutions holding documentation files about persons[edit]

#institutions holding documentation files about persons, ordered by the number of persons they have material on.
#defaultView:BubbleChart
SELECT DISTINCT ?institution ?institutionLabel ?countryLabel (count (*) as ?count) {
  ?person wdt:P31 wd:Q5 ; wdt:P10527 ?institution.
  OPTIONAL { ?institution wdt:P17 ?country } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?institution ?institutionLabel ?countryLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/qPIuOL

Institutions holding documentation files about organizations[edit]

#institutions holding documentation files about organizations.
SELECT DISTINCT ?institution 
WHERE {
  ?org wdt:P10527 ?institution.
  ?org wdt:P31/wdt:P279* wd:Q43229.
}
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/q11S11

Person items with pointers to documentation files[edit]

#person items with pointers to documentation files, ordered by the number of institutions that have material on the given person.
SELECT DISTINCT ?person ?personLabel (count (*) as ?count) {
  ?person wdt:P31 wd:Q5 ; wdt:P10527 ?institution.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?person ?personLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/SX5PgR

Organization items with pointers to documentation files[edit]

#organization items with pointers to documentation files, ordered by the number of institutions that have material on the given organization.
SELECT DISTINCT ?org ?orgLabel (count (*) as ?count) {
  ?org wdt:P10527 ?institution.
  ?org wdt:P31/wdt:P279* wd:Q43229.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} group by ?org ?orgLabel order by desc(?count)
Try it!

Alternative query on QLever: https://qlever.cs.uni-freiburg.de/wikidata/ppKiOR