From 2e90cfce5a06fb84420e5327f4e8781e0294d1af Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 19 Jun 2024 16:33:07 -0400 Subject: [PATCH] Bug 37135: Update MARC21 authority frameworks to Update 38 The patch updates the MARC21 authority frameworks to Update 38 To test: 1. Apply patch and reset_all 2. Go to Administration > Authority types 3. Click Actions next to the Default framework and choose MARC structure 4. Check for the changes detailed in the update https://www.loc.gov/marc/authority/adapndxf.html - There should be two new subfields in 082 - 0 - Authority record control number or standard number (R) - 1 - Real World Object URI (R) - There should be two new subfields in 083 - 0 - Authority record control number or standard number (R) - 1 - Real World Object URI (R) - Field 383 should be named NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION 5. Optional: Check other authority frameworks, they should all be changed Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer --- .../mandatory/authorities_normal_marc21.yml | 72 ++++++++++++++++++- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml index de50da7caa..8fc83d3e54 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml @@ -796,8 +796,8 @@ tables: - authtypecode: "" tagfield: "383" - liblibrarian: "NUMERIC DESIGNATION OF MUSICAL WORK" - libopac: "NUMERIC DESIGNATION OF MUSICAL WORK" + liblibrarian: "NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION" + libopac: "NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION" repeatable: 1 mandatory: 0 authorised_value: @@ -5493,6 +5493,40 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "082" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + + - authtypecode: "" + tagfield: "082" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "082" tagsubfield: "2" @@ -5612,6 +5646,40 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "083" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + + - authtypecode: "" + tagfield: "083" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "083" tagsubfield: "2" -- 2.39.5