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

Adding MARC21NO version #95

Closed
pkiraly opened this issue Apr 26, 2021 · 0 comments
Closed

Adding MARC21NO version #95

pkiraly opened this issue Apr 26, 2021 · 0 comments

Comments

@pkiraly
Copy link
Owner

pkiraly commented Apr 26, 2021

A suggestion comes out of a discussion with Dan Michael O. Heggø.

A new MARC version should reflect that Norwegian public libraries use 6xx$9 to record a language code.

To be added:

MarcVersion:

  MARC21NO("MARC21NO", "MARC21 profile for Norwegian public libraries")

in Tag6xx classes:

    putVersionSpecificSubfields(MarcVersion.MARC21NO, Arrays.asList(
      new SubfieldDefinition("9", "Language code", "NR")
    ));
pkiraly added a commit that referenced this issue Apr 26, 2021
@pkiraly pkiraly closed this as completed Nov 17, 2021
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

1 participant