From 86dc1ce6cd8b36ba0fba9f8a031f332e0fbc1765 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 18 Jun 2024 15:45:44 -0400 Subject: [PATCH] Bug 37114: Update MARC21 default framework to Update 38 (June 2024) This patch updates the MARC21 default bibliographic framework to reflect the changes brought by Update 38 (June 2024). To test: 1. Apply patch and reset_all 2. Go to Administration > MARC bibliographic framework 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/bibliographic/bdapndxg.html - No changes in the framework for 055, changes only affect indicator values and field documentation - 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) - No changes in the framework for 341, changes only affect field documentation - Field 383 should now be titled NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION - There should be a new subfield in 580 - 5 - Institution to which field applies (NR) - There should be two new subfields in 647 - 4 - Relationship (R) - e - Relator term (R) - There should be two new subfields in 648 - 4 - Relationship (R) - e - Relator term (R) - There should be a bew subfield in 773 - 5 - Institution to which field applies (NR) - There should be a bew subfield in 774 - 5 - Institution to which field applies (NR) - There should be a bew subfield in 787 - 5 - Institution to which field applies (NR) 5. Optional: run the framework test in Administration > MARC bibliographic framework test --> All should be OK Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer --- .../mandatory/marc21_framework_DEFAULT.yml | 256 +++++++++++++++++- 1 file changed, 254 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml index 88aafc1fee..bddc9a1025 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml @@ -2135,8 +2135,8 @@ tables: frameworkcode: "" - 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: @@ -10000,6 +10000,42 @@ tables: link: "" defaultvalue: + - tagfield: "082" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "082" tagsubfield: "2" liblibrarian: "Edition information" @@ -10144,6 +10180,42 @@ tables: link: "" defaultvalue: + - tagfield: "083" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "083" tagsubfield: "2" liblibrarian: "Edition information" @@ -19162,6 +19234,42 @@ tables: link: "" defaultvalue: + - tagfield: "341" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "341" tagsubfield: "2" liblibrarian: "Source" @@ -33724,6 +33832,24 @@ tables: link: "" defaultvalue: + - tagfield: "580" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "580" tagsubfield: "6" liblibrarian: "Linkage" @@ -37036,6 +37162,24 @@ tables: link: "" defaultvalue: + - tagfield: "647" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "647" tagsubfield: "6" liblibrarian: "Linkage" @@ -37072,6 +37216,24 @@ tables: link: "" defaultvalue: + - tagfield: "647" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "647" tagsubfield: "v" liblibrarian: "Form subdivision" @@ -37216,6 +37378,24 @@ tables: link: "" defaultvalue: + - tagfield: "648" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "648" tagsubfield: "6" liblibrarian: "Linkage" @@ -37306,6 +37486,24 @@ tables: link: "" defaultvalue: + - tagfield: "648" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "648" tagsubfield: "v" liblibrarian: "Form subdivision" @@ -49024,6 +49222,24 @@ tables: link: "" defaultvalue: + - tagfield: "773" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "773" tagsubfield: "6" liblibrarian: "Linkage" @@ -49492,6 +49708,24 @@ tables: link: "" defaultvalue: + - tagfield: "774" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "774" tagsubfield: "6" liblibrarian: "Linkage" @@ -52696,6 +52930,24 @@ tables: link: "" defaultvalue: + - tagfield: "787" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "787" tagsubfield: "6" liblibrarian: "Linkage" -- 2.39.5