The aim of the following table is to help a human verification of the identity of Flemish singers and Wallonian singers.

The aim of this table is to get a first experience in human verification, and you do not necessarily have to fill out all information.

  1. Please check that the Wikipedia, Spotify and Musicbrainz links link to the same person.
  2. Please check if the offical website of the artist can be found (no Facebook pages.)
  3. If the official website is missing, fill it in as https://example_band.com/url/.
  4. If the date of birth is missing, try to look it up in a reliable source.
  5. If the place of birth is odd, just try to look up the real place of birth in a reliable source.

To help an easy workflow, we created two versions of this table: an easy-to-click through HTML version, and an (almost) identitcal, but easier to edit Google Spreadsheet version. This table contains all female and male singers known to Wikipedia.

You must edit at least one column.

curator_verified: It is set by default to 0. Change it to 1 if you did not need to modify anything. Change it to 2 if you did make a change. curator_comment: Explain in the comment field with a few words what did you change.

Do not change the ordering of the table and the current columns. You can add further columns for yourself, but do not change the table structure.

artist_identity_table(BE_singers) %>%
    mutate ( nation = "") %>%
    relocate ( .data$nation, .after = .data$curator_comments ) %>%
    identitfication_table(output = "excel") %>%
    writexl::write_xlsx( path=file.path(here::here(), 
                                        "to_verify", "BE_singers.xlsx"))

What will we do with this data?

This is just the beginning.