From c74662606f35d2d156f86e0364fbc78a6deeaed7 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 --- .../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 1015243e90..4f67c20a29 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 @@ -772,8 +772,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: @@ -5164,6 +5164,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" @@ -5283,6 +5317,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.34.1