You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to explore to enrich the map popups with details from wikidata to offer more details of the woman right in the map.
I've crafted a SPARQL query that takes as a single parameter the name of the woman as in the Wikipedia title and returns some details: Name and gender, description in Spanish, birth and death dates, occupations*, and picture.
* it's a pity that in Spanish they come back in male variation, I need to investigate if wikidata offers them somehow in female version as in actriz instead of actor.
This query could be run when the user clicks on a street to fetch all these details using the Wikidata SPARQL endpoint and JSON format and render them appropriately.
Would this be something worth trying? Happy to discuss approaches and possibilities.
I wanted to explore to enrich the map popups with details from wikidata to offer more details of the woman right in the map.
I've crafted a SPARQL query that takes as a single parameter the name of the woman as in the Wikipedia title and returns some details: Name and gender, description in Spanish, birth and death dates, occupations*, and picture.
* it's a pity that in Spanish they come back in male variation, I need to investigate if wikidata offers them somehow in female version as in
actriz
instead ofactor
.This query could be run when the user clicks on a street to fetch all these details using the Wikidata SPARQL endpoint and JSON format and render them appropriately.
Would this be something worth trying? Happy to discuss approaches and possibilities.
cc @jessisena @seleneyang
SPARQL query
The text was updated successfully, but these errors were encountered: