We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

A Python tool for QGIS for gender recognition in street directories

Formale Metadaten

Titel
A Python tool for QGIS for gender recognition in street directories
Serientitel
Anzahl der Teile
351
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2022

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In the last years the attention for gender equality in all context has increased all over the world. Nowadays the sensibility of Public Administrations towards the naming of streets, roads, squares and monuments after women has highlighted that, instead, the toponymy has always been oriented to the choice of male figures. In this work we present a Python script for QGIS, that allows to verify if a proper name, contained in a street directory, is of male or female gender. There are other Open Source projects that, starting from an address, verify the gender of the represented person; the most famous is the GeoChicas Project [1]; in Italy it is worth mentioning the "Toponomastica Femminile" Association [2] that manually verifies the streets dedicated to women, according to a predefined taxonomy (religious women, artists, etc.). The goal of the present work is to automate the gender reconnaissance starting from a list of names; however, unlike GeoChicas that use as a base parameter a dictionary of names with which to compare the list, we propose to make a query of DBpedia via SPARQL in order to identify the subject and derive its gender. If the address is the attribute of a spatial dataset, then it is possible to add a new attribute (the gender) to the vector layer table as a result of DBpedia query. This approach overcomes language limitations (which would require differentiated dictionaries) and the ambiguities that some names would have (for example the nome "Andrea" is used as both a masculine and feminine name). The script is created using the SPARQL language with a very simple structure, in which the triplet of data is constructed in order to obtain the gender from the name of a person through the query of DBpedia. The script can be run in QGIS environment associating the data outputs directly to the geometry or even outside of QGIS and as a result you will have a list of "genders". The process of relying on Wikipedia/DBpedia has the twofold advantage that, where the name dedicated to street exists, then the desired information is taken, the gender in our case, while if it missing it can be added or enriched. The script is currently under validation and will be published in the dedicated git repository [3]. [1] github.com/geochicasosm [2] toponomasticafemminile.com [3] github.com/skampus/toponomasticafemminile
Schlagwörter