-
Notifications
You must be signed in to change notification settings - Fork 25
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
Keep the ID of RERO authorities when IdRef or RERO-RAMEAU does not exist #1886
Labels
f: data migration
Data migration from a legacy system or a previous version
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
p-Medium
Medium priority (to be solved within 1-2 years)
Milestone
Comments
pronguen
added
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
correction
f: data migration
Data migration from a legacy system or a previous version
labels
May 5, 2021
|
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 20, 2021
* Closes rero#1885. * Closes rero#1886. * Improves json schema reference definitions. * Closes rero#1873, last bullet point of rero#1873 (comment). * Adds identifiedBY values to subjects, genreForm and contribution if possible. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 20, 2021
* Closes rero#1885. * Closes rero#1886. * Improves json schema reference definitions. * Closes rero#1873, last bullet point of rero#1873 (comment). * Adds identifiedBY values to subjects, genreForm and contribution if possible. * Replaces MEF RERO urls with MEF Idref urls if possible. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 20, 2021
* Closes rero#1885. * Closes rero#1886. * Improves json schema reference definitions. * Closes rero#1873, last bullet point of rero#1873 (comment). * Adds identifiedBY values to subjects, genreForm and contribution if possible. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 20, 2021
* Closes rero#1885. * Closes rero#1886. * Improves json schema reference definitions. * Closes rero#1873, last bullet point of rero#1873 (comment). * Adds identifiedBY values to subjects, genreForm and contribution if possible. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 20, 2021
* Closes rero#1885. * Closes rero#1886. * Improves json schema reference definitions. * Closes rero#1873, last bullet point of rero#1873 (comment). * Adds identifiedBY values to subjects, genreForm and contribution if possible. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 24, 2021
* Closes rero#1885. * Closes rero#1886. * Improves json schema reference definitions. * Closes rero#1873, last bullet point of rero#1873 (comment). * Adds identifiedBY values to subjects, genreForm and contribution if possible. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
f: data migration
Data migration from a legacy system or a previous version
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
p-Medium
Medium priority (to be solved within 1-2 years)
How it works
contribution.identifiedBy
: the identifier of the RERO authority is never imported from Virtuasubjects.identifiedBy
: the identifier of the RERO authority is sometimes not imported from VirtuagenreForm.identifiedBy
: the identifier of the RERO authority is sometimes not imported from VirtuaprovisionActivity.place
: the identifier of the RERO authority is never imported from VirtuaHow it should works
(See #1885 for JSON schema spec)
contribution.identifiedBy
: import the RERO ID of the authority if there is no link to IdRefsubjects.identifiedBy
: import the RERO ID of the authority if there is no link to IdRef (for places, works, persons, corporate bodies) or no link to RERO-RAMEAU (for concepts)genreForm.identifiedBy
: import the RERO ID of the authority if there is no link to RERO-RAMEAUprovisionActivity.place
: import the RERO ID of the authority if there is no link to IdRefThe text was updated successfully, but these errors were encountered: