Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 3.28 KB

README.md

File metadata and controls

53 lines (31 loc) · 3.28 KB

EqualStreetNames.Brussels

Process

  1. Get all the streets in Brussels from OpenStreetMap
  2. Use the name:etymology:wikidata tag to query the information about the person mentionned in the streetname
  3. Use the data from Wikidata to determine the gender (and more) of the person

Data quality

The process defined here above assume that we have all the streets of Brussels in OpenStreetMap and that all the streets of Brussels in OpenStreetMap have a name:etymology:wikidata tag if the streetname mentions a person.

All the streets

To make sure we have all the streets of Brussels in OpenStreetMap, I compared the streets listing from OpenStreetMap to the streets listing from UrbIS (official data from the Brussels Region).

A few streets were missing and manually added to OpenStreetMap.

All the streets tagged

At the beginning of the project (February 2019), around 5% of the streets of Brussels in OpenStreetMap had a name:etymology:wikidata tag.

Of course, not all the streets refer to a person (or an entity) and thus need a name:etymology:wikidata tag.

To link all the streets that refer to a person to the equivalent Wikidata item, we organized an event were we asked 100 people to manually find the Wikidata item (or the Wikipedia page) about the person from the streetname.

To avoid any issue and to simplify the workflow, the 100 people didn't edit Wikipedia, Wikidata, or OpenStreetMap.
The result of their work has been tagged manually in OpenStreetMap by OpenStreetMap Belgium volunteers. (work in progress).

Get the gender (and data about the person)

name:etymology:wikidata tag

If there is a name:etymology:wikidata tag in OpenStreetMap, the process follow that identifier to query that item from Wikidata.

We consider to be a person, the Wikidata items that are "instance of" (property P31):

In the Wikidata object, the sex or gender is defined by the property P21.

No name:etymology:wikidata tag

If there is no name:etymology:wikidata tag in OpenStreetMap, we can't get the gender from Wikidata.
In this case, the gender is queried from the work done during the event of the 17th February 2020. That work is available as a CSV file. Caution, that CSV file is not to be used for statistics (not cleaned)!

Documentation