Does OpenRefine has to be used for MusicBrainz Reconciling? #54
Unanswered
Yueqiao12Zhang
asked this question in
Q&A
Replies: 2 comments 12 replies
-
@ahankinson Is this why you think OpenRefine is not needed? |
Beta Was this translation helpful? Give feedback.
11 replies
-
How does MusicBrainz reconcile their entities? Is it inspected by human? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For every database for single entity subjects, there is only one Wikidata link referencing the entity subject. For other objects in the same database, they do not have a Wikidata link, but they have a MusicBrainz ID. If we correctly process that MusicBrainz ID, we can refer to another database for that specific object. In that database, there will be a Wikidata link referencing that object.
In this case, we might not need to go to OpenRefine if we merge all the databases into a single CSV / TTL file. If we import this merged file into Virtuoso, every entity that has a Wikidata link will be involved inside a triple of its Wikidata page.
For example:
This does not have a Wikidata link for the area, but we can track the area_id to another database.
This has the Wikidata link for the area.
If we merge these two databases together, then we do not have to reconcile the 'area' column in the label. If we merge all the databases together, then all the necessary data should be reconciled.
Beta Was this translation helpful? Give feedback.
All reactions