-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fields in the buda-generated MARC records needed for DRS #227
Comments
Thanks for the report! The MARC records as we have now (on BUDA) are the result of a veeeeery long back and forth with Columbia, and that was such a tedious endeavor that I'm a bit hesitant to dive into it again... a few remarks:
wdyt? |
Oh i can imagine. The big issue with marc records is they are just standard enough that everyone thinks their way is the way everyone should do it .
DRS communications have been pretty dried up since the Summer. Once we have some of these changes rolled out we can get back in contact and hopefully resume the whole process. |
@TBRC-TimB would https://purl.bdrc.io/resource/W00EGS1016181.mrcx be satisfactory? |
I can reopen communications with DRS and get their feedback. the only potential hiccup i see is the 001 field. I'll make the case that this is the way we have our unique item ids in our own system. Thanks for looking into this. I'll report back once I hear from harvard. |
I got some feedback on these marc records from harvard. Seems they want us to try and change a few other fields too.
@eroux how possible is it to make these changes easily on our end? I imagine the second one might be tricky since it would involve correcting the actual content of the fields rather than just how they are presented in the marc record. |
oh the second one looks like a mistake, thanks! interesting about the first change, I can make it yes, makes sense |
I implemented these two changes, but unfortunately the issue with the extent statement is in the data: the book has 347 pages, but the extent statement says "3, 347 p.", I have no idea what the first "3" here refers to... but that's something else, not an issue with the Marc export |
wow, I figured it was a typo but didnt think it would be off my a magnitude of x10. |
oh just took a look at this. It looks like you replaced the ISBN from the 020 with a 760, not a 776 field. The content of the element looks good. Let me know when it is all squared and I'll send it off again for approval. |
right, sorry for that! fixed |
Perfect! thanks again |
After further discussions, we should: VIAFadd the VIAF URI of persons when we have them. When we do they should go in the
see relevant documentation in the PCC Formulating URIs guide and the PCC Linked Data Best Practices report. OCLC numberfor the erecords only, they are provided by IA on URLs like https://archive.org/metadata/bdrc-W3CN4988/metadata/external-identifier and in order to get all the records one can search like this or use the advanced search or the The fields should probably go to 856 improvementsThe links to BDRC on Worldcat (example) could look better. Having a proper |
About VIAF, people at Harvard will make a request to OCLC to have a Let's add the OCLC number to the database and to the MARC records in that field. For 856, the Harvard team thinks we should use I propose we also add a |
if we are going to make some of these changed to our marc records generally, should I hold off on building the marc records for the google books process? |
oh, very good question! I don't think we need to wait for the |
@TBRC-TimB I've updated the MARC export (without the VIAF URLs), I think it's ready for the export to Google Books, tell me if you encounter issues |
Harvard wants the 856 descriptive part to be in |
two other comments from Harvard:
|
and @eroux replied
It's not really a suggestion to drop the 'bdr:' namespace designator, it will make their current DRS holdings consistent with future ones that we deposit.DRS has rigid file naming conventions, I don't know if having this prefix in their database will require that all the works and files we package for them have this prefix, or if it will invalidate DRS searches of our works. |
There's been many discussions with Harvard about the MARC records, I expect they'll continue in September, there are some more things we need to change |
We have a few asks from Harvard for our marc records to help smooth out the ingestion process.
Currently we have this for the 001 field:
<marc:controlfield tag="001">(BDRC)bdr:W00EGS1016181</marc:controlfield>
They are suggesting we break it out into two fields. the 001 for just the unique ID for the work (e.g.:
W00EGS1016181
)and the 003 field for the organizational identifier, which they have as
MaCbBDRC
They also asked us to get rid of our 035 field. In most cases, a system will be able to build the contents of this field from the 001 and 003, or 010.
The text was updated successfully, but these errors were encountered: