-
Notifications
You must be signed in to change notification settings - Fork 7
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
AlternateGraphicRepresentation not appearing in JSON record #1879
Comments
That should be solvable.
This is a bit more tricky and highlights two problems:
Should be part of the solution in: #1836 |
Also the transformation of isPartOf for the corresponding entry of 830 -> 490 1. Ind 1 is broken. |
@gregorbg can we close this ticket? |
Yes, I've just checked the resources from my original post in the current production environment. Barring the information from 249 (which admittedly is a separate issue!) it works beautifully. Thanks a lot! |
Re #1854 (which works beautifully in principle ❤️) I have tried querying our entire library's inventory. There were a few inconsistencies:
Script information partially missing (with otherwise present data)
The original PR details MARC field
245
being mapped totitle
. The record https://lobid.org/resources/990202474680206441 details the following MARCXML details:but it doesn't appear in the resulting JSON. Only the first mention...
appears, but presumably both should. Or rather, they should be merged?! The title in the main "westernized" record is:
where the above
小原国芳選集
(the one that already appears in the Lobid JSON) reads "Obara Kuniyoshi senshū" and the other missing part from the880
section of the MARCXML called全人教育論
reads "Zenjin kyōikuron". The3
likely comes from some volume counting.Relevant script information entirely missing
One of the records (https://lobid.org/resources/990202474680206441) looks as follows:
The first
Jpan
entry makes sense, but the second entry doesn't contain any actual information. It claims that anotherKana
representation exists, but it contains none of the actual fields.Note that the
Kana
data is there in the MARCXML via https://alma.lobid.org/marcxml/990202474680206441 (abridged!):I'd expect the additional output to look like
Interestingly, this part reads "Zenjin kyōikuron". The other part from the title called "Obara Kuniyoshi senshū" is not present in the
Kana
data. So the "glue things together in the title" approach is somehow bound to fail...?!?Bonus: Missing title data
Not strictly related to the
alternateGraphicRepresentation
PR above, but while going through the source data I also found...which all relate to field
249
. Is this field supposed to appear anywhere in the Lobid JSON? (cf. https://www.alma-dach.org/alma-marc/bibliographic/249/249.html)The text was updated successfully, but these errors were encountered: