Wikidata Map October 2016
I has been another 5 months since my last post about the Wikidata maps, and again some areas of the world have lit up. Since my last post at least 9 noticeable areas have appeared with many new items containing coordinate locations. These include Afghanistan, Angola, Bosnia & Herzegovina, Burundi, Lebanon, Lithuania, Macedonia, South Sudan and Syria.
The difference map below was generated using Resemble.js. The pink areas show areas of difference between the two maps from April and October 2016.
Who caused the additions?
To work out what items exist in the areas that have a large amount of change the Wikidata query service can be used. I adapted a simple SPARQL query to show the items within a radius of the centre of each area of increase. For example Afghanistan used the following query:
#defaultView:Map SELECT ?place ?placeLabel ?location ?instanceLabel WHERE { wd:Q889 wdt:P625 ?loc . SERVICE wikibase:around { ?place wdt:P625 ?location . bd:serviceParam wikibase:center ?loc . bd:serviceParam wikibase:radius "100" . } OPTIONAL { ?place wdt:P31 ?instance } SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } BIND(geof:distance(?loc, ?location) as ?dist) } ORDER BY ?dist
The query can be see running here and above. The items can then directly be clicked on, the history loaded.
- https://www.wikidata.org/w/index.php?title=Q21790893&action=history
- https://www.wikidata.org/w/index.php?title=Q21824336&action=history
- https://www.wikidata.org/w/index.php?title=Q21824419&action=history
The individual edits that added the coordinates can easily be spotted.
- https://www.wikidata.org/w/index.php?title=Q21790893&diff=319194054&oldid=306136393
- https://www.wikidata.org/w/index.php?title=Q21824336&diff=319248798&oldid=306364450
- https://www.wikidata.org/w/index.php?title=Q21824419&diff=319248546&oldid=306364002
Of course this could also be done using a script following roughly the same process.
It looks like Reinheitsgebot (Magnus Manske) can be attributed to many of the areas of mass increase due to a bot run in April 2016. It looks like KrBot can be attributed to many of the coordinates in Lithuania due to a bot run in May 2016.
October 2016 maps
The October 2016 maps can be found on commons:
- https://commons.wikimedia.org/wiki/File:Wikidata_Map_October_2016_Small.png
- https://commons.wikimedia.org/wiki/File:Wikidata_Map_October_2016_Normal.png
- https://commons.wikimedia.org/wiki/File:Wikidata_Map_October_2016_Big.png
- https://commons.wikimedia.org/wiki/File:Wikidata_Map_October_2016_Huge.png
- https://commons.wikimedia.org/wiki/File:Wikidata_Map_October_2016_Enormous.png
Labs project
I have given the ‘Wikidata Analysis’ tool a speedy reboot over the past weeks and generated many maps for may old dumps that are not currently on Wikimedia Commons.
The tool now contains a collection of date stamp directories which contain the data generated by the Java dump scanning tool as well ad the images that are then generated from that data using a Python script.
[…] These animations use the “small” images generated in previous posts such as Wikidata Map October 2016. […]
[…] por el 4º cumpleaños (29 de octubre) de Wikidata el usuario Addshore presentó en su blog la nueva versión del mapa Wikidata. Mucho ha sucedido en los últimos seis […]
[…] been 9 months since my last Wikidata map update and once again we have many new noticable areas appearing, including Norway, South Africa, Peru […]