Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MusicBrainz: Some entries haven't been reconciled or not in a correct way. #186

Open
candlecao opened this issue Sep 17, 2024 · 1 comment
Assignees

Comments

@candlecao
Copy link
Contributor

candlecao commented Sep 17, 2024

This issue follows #184

  1. The type values of area haven't been reconciled, eg: Municipality->Q15284
  2. country values of artist/release, eg: what are NO JM SE...
  3. The type values of artist... eg: Choir Orchestra...
  4. The type values of event... eg: Award ceremony(Q4504495), Competition(Q476300), Concert(Q182832)...
  5. As to the cancelled values of event... eg: FALSE/TRUE. For those events marked as TRUE, the following assertion should be added:
    <...> rdf:type wd:Q114342413

    Then delete the strings "FALSE""TRUE"
  6. The type values of instrument... eg: String instrument...
  7. ...type...label... eg:

Bootleg Production: https://musicbrainz.org/doc/Label/Type#Bootlegs
Distributor: wd:Q121010280
Holding: https://musicbrainz.org/doc/Label/Type#holding
Imprint: wd:Q2608849
Manufacturer: wd:Q42855995
Original Production: wd:Q42175928 (original production unit) ?
Production: wd:Q739302 ?
Publisher: wd:Q2085381
Reissue Production: https://musicbrainz.org/doc/Label/Type#reissue%20production
Rights Society: https://musicbrainz.org/relationship/06fc3d02-ae89-4566-ad49-624500d6beb7 ?

  1. ...type...place... eg: Venue Studio...
  2. As to the video values of recording... eg: FALSE/TRUE. For those events marked as TRUE, the following assertion should be added:
    <...> rdf:type wd:Q4011409 [video-recording (Q4011409)]

    Then delete the strings "FALSE""TRUE"
  3. ...primary-type-id...release-group eg: Album...; and ...secondary-type-ids...release-group...
  4. ...status...release eg: Bootleg(bootleg recording Q558325), Official(official Q29509043)...
  5. ...type...work... eg: Incidental music(Q1147752), operetta(Q170384)...
  6. ...languages...work... eg: eng, zxx, bos, cop...
  7. ...release-group_secondary-types...release... eg: Audio drama(Q109349450), Compilation, DJ-mix, Spokenword(Q1428637)...

*. For those with name property, an equivalent property rdfs:label could be added
*+1. For those with title property, an equivalent property rdfs:label could be added too.

@candlecao candlecao changed the title MusicBrainz: Some entries haven't been reconciled. MusicBrainz: Some entries haven't been reconciled(or not in a correct way). Sep 17, 2024
@candlecao candlecao changed the title MusicBrainz: Some entries haven't been reconciled(or not in a correct way). MusicBrainz: Some entries haven't been reconciled or not in a correct way. Sep 18, 2024
@candlecao
Copy link
Contributor Author

Seemingly, in other words, we lack controlled vocabularies for some of those aforementioned property values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants