Extension:Graph/Demo/Sparql/ja

This page is a translated version of the page Extension:Graph/Demo/Sparql and the translation is 22% complete.

Number of museums per country

This graph pulls data from three wikidata queries

  1. Number of museums by country
  2. 国名 - 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. Country populations

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.

コード


Largest cities

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

コード


Largest disasters

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

コード