Erweiterung:Graph/Demonstration/Sparql

From mediawiki.org
This page is a translated version of the page Extension:Graph/Demo/Sparql and the translation is 56% complete.

Anzahl an Museen pro Land

This graph pulls data from three wikidata queries

  1. == Anzahl an Museen nach Land ==
  2. Landesnamen - note that labels are localized using a list "ru,en", meaning first it will try to find a label in Russian, followed by English if Russian is not available.
  3. Landesbevölkerungen

This graph draws a map based on topojson map data, keyed by Wikidata ID. For each region, it looks up the number of museums, population, and region name from the 3 above queries. The color is determined by logarithmicly scaling museums/population. On mouseover, the country's name and museum count is shown.

Code


Größten Städte

Uses sparql query with cityLabel, population, and gps columns.

Code


Größten Katastrophen

Uses sparql query with event, class, number of people affected, and the gps coordinates columns.

Code