ec2u / data

EC2U Knowledge Hub
https://data.ec2u.eu
Apache License 2.0
2 stars 0 forks source link

Events › Turku › City / Missing URLs #24

Closed hmaskat17 closed 1 year ago

hmaskat17 commented 2 years ago

Currently most Turku city events do not have Url fields. After a quick glance, Turku's linkedevents source does have a info_url property that looks like it could be a good match for the Url field.

For example, https://linkedevents-api.turku.fi/v1/event/turku:987054/

"info_url": {
        "fi": "https://turunkesateatteri.fi/",
        "sv": "https://turunkesateatteri.fi/",
        "en": "https://turunkesateatteri.fi/"
    },

Proposal: Populate the Url field for Turku events with the source's info_url property.

@ec2u/mmt