Bugzilla – Attachment 156627 Details for
Bug 34677
Update to MARC21 relator terms list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34677: Update to MARC21 relator terms list (August 8, 2023 technical notice)
Bug-34677-Update-to-MARC21-relator-terms-list-Augu.patch (text/plain), 7.93 KB, created by
Katrin Fischer
on 2023-10-06 14:32:39 UTC
(
hide
)
Description:
Bug 34677: Update to MARC21 relator terms list (August 8, 2023 technical notice)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-06 14:32:39 UTC
Size:
7.93 KB
patch
obsolete
>From 818519aa5b9e459a5524317c84abfe61f7e1fd7b Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 31 Aug 2023 13:20:47 -0400 >Subject: [PATCH] Bug 34677: Update to MARC21 relator terms list (August 8, > 2023 technical notice) > >This patch adds missing relator codes/terms to the marc21_relatorterms.yaml file in accordance with the August 8, 2023 technical notice. > >https://www.loc.gov/marc/relators/tn230808rel.html > >To test: >1. Apply patch and restart >2. Go to Administration > Authorized values > RELTERMS > --> New terms should be there > >anc - Announcer >aue - Audio engineer >aup - Audio producer >bka - Book artist >cad - Casting director >cop - Camera operator >dbd - Dubbing director >djo - DJ >edd - Editorial director >fon - Founder >mka - Makeup artist >mup - Music programmer >mxe - Mixing engineer >nan - News anchor >onp - Onscreen participant >rap - Rapporteur >rxa - Remix artist >sde - Sound engineer >sfx - Special effects provider >swd - Software developer >tau - Television writer >tlg - Television guest >tlh - Television host >vfx - Visual effects provider > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../mysql/en/optional/marc21_relatorterms.yml | 100 +++++++++++++++++- > 1 file changed, 98 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.yml b/installer/data/mysql/en/optional/marc21_relatorterms.yml >index 4794127d44..5e5e36c17a 100644 >--- a/installer/data/mysql/en/optional/marc21_relatorterms.yml >+++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml >@@ -50,6 +50,10 @@ tables: > authorised_value: "aft" > lib: "Author of afterword, colophon, etc." > >+ - category: "RELTERMS" >+ authorised_value: "anc" >+ lib: "Announcer" >+ > - category: "RELTERMS" > authorised_value: "anl" > lib: "Analyst" >@@ -122,10 +126,18 @@ tables: > authorised_value: "aud" > lib: "Author of dialog" > >+ - category: "RELTERMS" >+ authorised_value: "aue" >+ lib: "Audio engineer" >+ > - category: "RELTERMS" > authorised_value: "aui" > lib: "Author of introduction" > >+ - category: "RELTERMS" >+ authorised_value: "aup" >+ lib: "Audio producer" >+ > - category: "RELTERMS" > authorised_value: "aus" > lib: "Author of screenplay" >@@ -142,6 +154,10 @@ tables: > authorised_value: "bjd" > lib: "Bookjacket designer" > >+ - category: "RELTERMS" >+ authorised_value: "bka" >+ lib: "Book artist" >+ > - category: "RELTERMS" > authorised_value: "bkd" > lib: "Book designer" >@@ -174,6 +190,10 @@ tables: > authorised_value: "bsl" > lib: "Bookseller" > >+ - category: "RELTERMS" >+ authorised_value: "cad" >+ lib: "Casting director" >+ > - category: "RELTERMS" > authorised_value: "cas" > lib: "Caster" >@@ -242,6 +262,10 @@ tables: > authorised_value: "con" > lib: "Conservator" > >+ - category: "RELTERMS" >+ authorised_value: "cop" >+ lib: "Camera operator" >+ > - category: "RELTERMS" > authorised_value: "cor" > lib: "Collection registrar" >@@ -342,6 +366,10 @@ tables: > authorised_value: "cwt" > lib: "Commentator for written text" > >+ - category: "RELTERMS" >+ authorised_value: "dbd" >+ lib: "Dubbing director" >+ > - category: "RELTERMS" > authorised_value: "dfd" > lib: "Defendant" >@@ -370,6 +398,10 @@ tables: > authorised_value: "dis" > lib: "Dissertant" > >+ - category: "RELTERMS" >+ authorised_value: "djo" >+ lib: "DJ" >+ > - category: "RELTERMS" > authorised_value: "dln" > lib: "Delineator" >@@ -434,6 +466,10 @@ tables: > authorised_value: "edc" > lib: "Editor of compilation" > >+ - category: "RELTERMS" >+ authorised_value: "edd" >+ lib: "Editorial director" >+ > - category: "RELTERMS" > authorised_value: "edm" > lib: "Editor of moving image work" >@@ -506,6 +542,10 @@ tables: > authorised_value: "fmp" > lib: "Film producer" > >+ - category: "RELTERMS" >+ authorised_value: "fon" >+ lib: "Founder" >+ > - category: "RELTERMS" > authorised_value: "fpy" > lib: "First party" >@@ -666,6 +706,10 @@ tables: > authorised_value: "mdc" > lib: "Metadata contact" > >+ - category: "RELTERMS" >+ authorised_value: "mka" >+ lib: "Makeup artist" >+ > - category: "RELTERMS" > authorised_value: "mod" > lib: "Moderator" >@@ -694,14 +738,30 @@ tables: > authorised_value: "mtk" > lib: "Minute taker" > >+ - category: "RELTERMS" >+ authorised_value: "mup" >+ lib: "Music programmer" >+ > - category: "RELTERMS" > authorised_value: "mus" > lib: "Musician" > >+ - category: "RELTERMS" >+ authorised_value: "mxe" >+ lib: "Mixing engineer" >+ >+ - category: "RELTERMS" >+ authorised_value: "nan" >+ lib: "News anchor" >+ > - category: "RELTERMS" > authorised_value: "nrt" > lib: "Narrator" > >+ - category: "RELTERMS" >+ authorised_value: "onp" >+ lib: "Onscreen participant" >+ > - category: "RELTERMS" > authorised_value: "opn" > lib: "Opponent" >@@ -854,6 +914,10 @@ tables: > authorised_value: "pup" > lib: "Publication place" > >+ - category: "RELTERMS" >+ authorised_value: "rap" >+ lib: "Rapporteur" >+ > - category: "RELTERMS" > authorised_value: "rbr" > lib: "Rubricator" >@@ -930,6 +994,10 @@ tables: > authorised_value: "rtm" > lib: "Research team member" > >+ - category: "RELTERMS" >+ authorised_value: "rxa" >+ lib: "Remix artist" >+ > - category: "RELTERMS" > authorised_value: "sad" > lib: "Scientific advisor" >@@ -946,6 +1014,14 @@ tables: > authorised_value: "scr" > lib: "Scribe" > >+ - category: "RELTERMS" >+ authorised_value: "sde" >+ lib: "Sound engineer" >+ >+ - category: "RELTERMS" >+ authorised_value: "sdg" >+ lib: "Stage director" >+ > - category: "RELTERMS" > authorised_value: "sds" > lib: "Sound designer" >@@ -955,8 +1031,8 @@ tables: > lib: "Secretary" > > - category: "RELTERMS" >- authorised_value: "sdg" >- lib: "Stage director" >+ authorised_value: "sfx" >+ lib: "Special effects provider" > > - category: "RELTERMS" > authorised_value: "sgn" >@@ -1010,6 +1086,14 @@ tables: > authorised_value: "str" > lib: "Stereotyper" > >+ - category: "RELTERMS" >+ authorised_value: "swd" >+ lib: "Software developer" >+ >+ - category: "RELTERMS" >+ authorised_value: "tau" >+ lib: "Television writer" >+ > - category: "RELTERMS" > authorised_value: "tcd" > lib: "Technical director" >@@ -1026,6 +1110,14 @@ tables: > authorised_value: "tld" > lib: "Television director" > >+ - category: "RELTERMS" >+ authorised_value: "tlg" >+ lib: "Television guest" >+ >+ - category: "RELTERMS" >+ authorised_value: "tlh" >+ lib: "Television host" >+ > - category: "RELTERMS" > authorised_value: "tlp" > lib: "Television producer" >@@ -1058,6 +1150,10 @@ tables: > authorised_value: "vdg" > lib: "Videographer" > >+ - category: "RELTERMS" >+ authorised_value: "vfx" >+ lib: "Visual effects provider" >+ > - category: "RELTERMS" > authorised_value: "wac" > lib: "Writer of added commentary" >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34677
:
155029
|
155030
|
155031
|
155032
|
155033
|
155153
|
155154
|
155155
|
155156
|
155157
|
156131
|
156132
|
156623
|
156624
|
156625
|
156626
| 156627 |
156628
|
156629
|
156630