Table: Artist Alias
The ml_linkage__artist_alias
table links artist_offer_name to an artist_id for a given
artist_type and offer_category_id. It was used to generate the ml_linkage__artist_product_link
table.
Table description
name | data_type | description |
---|---|---|
artist_id | Unique identifier of the artist. | |
artist_cluster_id | Internal identifier of artist names cluster. | |
artist_wiki_id | Wikidata ID (can be null if not matched). | |
offer_category_id | Identifier for the category of the offer. | |
artist_type | Whether the artist is a performer or an author. | |
artist_offer_name | Name of the artist as it is written in the offer. |