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

MARC 856$r mistakenly defined as obsolete #541

Closed
jorol opened this issue Nov 7, 2024 · 7 comments
Closed

MARC 856$r mistakenly defined as obsolete #541

jorol opened this issue Nov 7, 2024 · 7 comments
Assignees

Comments

@jorol
Copy link
Contributor

jorol commented Nov 7, 2024

The MARC Avram schema https://github.com/pkiraly/qa-catalogue/blob/main/avram-schemas/marc-schema.json defines field 856$r as obsolete:

        "r": {
          "label": "Settings [OBSOLETE, 2020]",
          "deprecated": true
        },

The subfield was reintroduced with another definition in 2022:

$r - Settings [OBSOLETE, 2020]
$r - Standardized information governing use and reproduction [NEW, 2022]

https://www.loc.gov/marc/bibliographic/bd856.html
🤯

@pkiraly pkiraly self-assigned this Nov 8, 2024
@pkiraly
Copy link
Owner

pkiraly commented Nov 8, 2024

@jorol Thanks for calling attention to it. I'll fix it soon. BTW: it is very strange policy from the MARC21 Committee to remove it and shortly after reinstalling it with a different meaning.

@jorol
Copy link
Contributor Author

jorol commented Nov 8, 2024

BTW: it is very strange policy from the MARC21 Committee to remove it and shortly after reinstalling it with a different meaning.

Yes, there will be many records with this subfield that were never adapted to the new rules...

@pkiraly
Copy link
Owner

pkiraly commented Nov 11, 2024

@jorol I have updated the schema(s). The update also reflects the last two MARC updates see #544 and #545.

@jorol
Copy link
Contributor Author

jorol commented Nov 11, 2024

Thanks!

@jorol jorol closed this as completed Nov 11, 2024
@jorol
Copy link
Contributor Author

jorol commented Nov 12, 2024

Could you please check that again? The field is still marked as deprecated in the schema files:

...
"r": {
"label": "Settings [OBSOLETE, 2020]",
"deprecated": true
}, 
...

Should be:

...
"r": {
"label": "Standardized information governing use and reproduction",
"repeatable": true
},
...

@jorol jorol reopened this Nov 12, 2024
@pkiraly
Copy link
Owner

pkiraly commented Nov 12, 2024

Sorry, there are locally defined 856s as well, and I was not careful enough. Could you check it again?

@jorol
Copy link
Contributor Author

jorol commented Nov 12, 2024

Looks good, thanks!

@jorol jorol closed this as completed Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants