OSM-Wikidata Map Framework

From OpenStreetMap Wiki
Jump to navigation Jump to search
OSM-Wikidata Map Framework
Wikiraduno Bologna marzo 2023 - Screenshot Certosa di Bologna - Open Burial Map - nodo Tomba Borghi-Mamo abc2.png
Author: User:Danysan
License: GNU General Public License (free of charge)
Platform: Web
Status: Active
Language: multiple languages
Source code: GitLab (primary)

GitHub (mirror)

Programming languages: Python, TypeScript, HTML, and CSS

Merge data from OpenStreetMap and Wikidata to map information about entities and points of interest

Framework for creating interactive maps that combine and display details about geographic features from OpenStreetMap and Wikidata and optionally associated entities.

Available back-ends

Updated minutely:

Updated weekly:

  • QLever
  • Ad hoc database
    • the only back-end that also allows to view data at low zoom
    • initialized and updated semi-automatically with Apache Airflow, served through PMTiles

Available presets and example instances

Each preset available to be used in the framework is specified in a JSON file in this folder. Each file must be a JSON object whose keys are documented in this file.

If you would like to have a new preset don't hesitate to open an issue (or pull request) on GitHub or GitLab.

architect

Displays the architects who created buildings and structures

Keys and properties used to find the associated entities which represent the architect/organization which designed the feature:

Elements from OSM that have only linked architects through wikidata=* are shown only if they also have one of the following tags:

See it in action on Open Architect Map:

artist

Shows the artists who designed artworks and memorials.

Keys and properties used to find the associated entities which represent the artist(s) which realized the feature:

See it in action on Open Artist Map:

base

Shows all geographic features with a link between OpenStreetMap and Wikidata, without filters or linked entities.

See it in action on OSM-Wikidata Map.

burial

Displays details about burial locations

Keys and properties used to find the associated entities which represent who is buried inside the feature:

Elements from OSM that have only buried people through subject:wikidata=* or wikidata=* are shown only if they also have one of the following tags:

Images of burial places are also obtained with P1442 (image of grave) on linked entities.

See it in action on Open Burial Map:

etymology

Displays the etymology of names of streets and points of interest.

Keys and properties used to find the associated entities which represent what the feature is named after:

Elements from OSM that have only etymologies through subject:wikidata=* or wikidata=* are shown only if they also have the name=* key.

See it in action on Open Etymology Map:

  • Moers (Germany), with source statistics: link
  • Moers (Germany), with gender statistics: link
  • Moers (Germany), with type statistics: link
  • San Francisco (USA), with occupation statistics: link
  • San Francisco (USA), with birth century statistics: link
  • San Francisco (USA), with death century statistics: link

green_spaces

All green spaces from OpenStreetMap and Wikidata, without linked entities.

Elements from OSM are shown only if they include one of the following tags:

Entities from Wikidata are shown only if they are instance of (P31) one of the following classes or one of their immediate subclasses (P279):

Configuration

The types of geographic features and related entities to show are choosen by editing a configuration file and automatically handled by the framework.

The available configurations are documented in .env.example. Instantiation, configuration and Database initialization instructions can be found in this presentation.

Other links