swerik-project / riksdagen-persons

A repository for metadata on politicians who participate in the Riksdag.
0 stars 1 forks source link

add ministerial post ID to minister csv #17

Open BobBorges opened 6 months ago

BobBorges commented 6 months ago

currently minister csv has columns:

person_id start end government role
i-PjQgLPLrkyDV2oYQfyuWq2 2021-02-05 2021-11-30 Regeringen Löfven II bostadsminister

I propose adding an ID for the role as an additional column, which will further facilitate linking data.

person_id start end government role role_id
i-PjQgLPLrkyDV2oYQfyuWq2 2021-02-05 2021-11-30 Regeringen Löfven II bostadsminister Q10686041
MansMeg commented 6 months ago

I think this is very good. Maybe have a better name? Also I guess we should then setup minister_role as a separate file? I also guess we should formalize this a little bit?