View | Details | Raw Unified | Return to bug 12299
Collapse All | Expand All

(-)a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.sql (-226 / +253 lines)
Lines 1-226 Link Here
1
-- MARC code list for Relators, taken from
1
-- Lista dei codici di attributo, tradotto da:
2
-- http://www.loc.gov/marc/relators/relacode.html
2
-- http://www.loc.gov/marc/relators/relacode.html
3
3
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','abr' = 'Riduttore');
4
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','acp','Art copyist');
4
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','acp' = 'Artista copista');
5
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','act','Actor');
5
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','act' = 'Attore');
6
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','adp','Adapter');
6
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','adi' = 'Direttore artistico');
7
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aft','Author of afterword, colophon, etc.');
7
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','adp' = 'Adattatore');
8
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','anl','Analyst');
8
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aft' = 'Autore della postfazione, colofon, etc.');
9
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','anm','Animator');
9
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','anl' = 'Analista');
10
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ann','Annotator');
10
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','anm' = 'Animatore');
11
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ant','Bibliographic antecedent');
11
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ann' = 'Annotatore');
12
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','app','Applicant');
12
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ant' = 'Antecedente bibliografico');
13
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aqt','Author in quotations or text abstracts');
13
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ape' = 'Convenuto');
14
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','arc','Architect');
14
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','apl' = 'Appellante');
15
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ard','Artistic director');
15
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','app' = 'Richiedente');
16
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','arr','Arranger');
16
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aqt' = 'Autore in citazioni o abstract');
17
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','art','Artist');
17
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','arc' = 'Architetto');
18
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','asg','Assignee');
18
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ard' = 'Direttore artistico');
19
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','asn','Associated name');
19
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','asn' = 'Nome associato');
20
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','att','Attributed name');
20
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ato' = 'Firmatario');
21
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','auc','Auctioneer');
21
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','att' = 'Nome attribuito');
22
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aud','Author of dialog');
22
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','auc' = 'Banditore');
23
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aui','Author of introduction');
23
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aud' = 'Autore dei dialoghi');
24
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aus','Author of screenplay');
24
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aui' = 'Autore dell\'introduzione');
25
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aut','Author');
25
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aus' = 'Sceneggiatore');
26
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bdd','Binding designer');
26
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','aut' = 'Autore');
27
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bjd','Bookjacket designer');
27
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bdd' = 'Designer della legatura');
28
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bkd','Book designer');
28
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bjd' = 'Designer della copertina esterna');
29
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bkp','Book producer');
29
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bkd' = 'Designer del libro');
30
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','blw','Blurb writer');
30
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bkp' = 'Coordinatore della stampa');
31
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bnd','Binder');
31
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','blw' = 'Autore del soffietto');
32
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bpd','Bookplate designer');
32
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bnd' = 'Rilegatore');
33
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bsl','Bookseller');
33
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bpd' = 'Designer dell\'exlibris');
34
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ccp','Conceptor');
34
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','brd' = 'Broadcaster');
35
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','chr','Choreographer');
35
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','brl' = 'Incisore braille');
36
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','clb','Collaborator');
36
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','bsl' = 'Libraio');
37
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cli','Client');
37
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cas' = 'Fonditore');
38
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cll','Calligrapher');
38
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ccp' = 'Concepitore');
39
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','clr','Colorist');
39
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','chr' = 'Coreografo');
40
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','clt','Collotyper');
40
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cli' = 'Cliente');
41
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cmm','Commentator');
41
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cll' = 'Calligrafo');
42
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cmp','Composer');
42
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','clr' = 'Colorista');
43
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cmt','Compositor');
43
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','clt' = 'Collotipista');
44
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cng','Cinematographer');
44
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cmm' = 'Commentatore');
45
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cnd','Conductor');
45
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cmp' = 'Compositore');
46
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cns','Censor');
46
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cmt' = 'Compositore tipografico');
47
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','coe','Contestant -appellee');
47
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cnd' = 'Direttore d\'orchestra');
48
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','col','Collector');
48
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cng' = 'Direttore della fotografia');
49
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','com','Compiler');
49
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cns' = 'Censore');
50
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','con','Conservator');
50
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','coe' = 'Contestant-appellee');
51
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cos','Contestant');
51
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','col' = 'Collezionista');
52
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cot','Contestant -appellant');
52
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','com' = 'Compilatore');
53
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cov','Cover designer');
53
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','con' = 'Conservatore');
54
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpc','Copyright claimant');
54
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cos' = 'Contestant');
55
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpe','Complainant-appellee');
55
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cot' = 'Contestant-appellant');
56
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cph','Copyright holder');
56
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cov' = 'Designer della copertina');
57
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpl','Complainant');
57
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpc' = 'Rivendicatore del copyright');
58
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpt','Complainant-appellant');
58
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpe' = 'Complainant-appellee');
59
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cre','Creator');
59
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cph' = 'Possessore del copyright');
60
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','crp','Correspondent');
60
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpl' = 'Parte attrice');
61
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','crr','Corrector');
61
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cpt' = 'Complainant-appellant');
62
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','csl','Consultant');
62
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cre' = 'Creatore');
63
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','csp','Consultant to a project');
63
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','crp' = 'Corrispondente');
64
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cst','Costume designer');
64
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','crr' = 'Correttore');
65
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctb','Contributor');
65
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','crt' = 'Stenotipista');
66
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cte','Contestee-appellee');
66
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','csl' = 'Consulente');
67
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctg','Cartographer');
67
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','csp' = 'Consulte di un progetto');
68
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctr','Contractor');
68
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cst' = 'Costumista');
69
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cts','Contestee');
69
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctb' = 'Contributore');
70
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctt','Contestee-appellant');
70
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cte' = 'Contestee-appellee');
71
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cur','Curator');
71
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctg' = 'Cartografo');
72
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cwt','Commentator for written text');
72
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctr' = 'Terzista');
73
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dfd','Defendant');
73
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cts' = 'Contestee');
74
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dfe','Defendant-appellee');
74
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ctt' = 'Contestee-appellant');
75
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dft','Defendant-appellant');
75
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cur' = 'Curatore');
76
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dgg','Degree grantor');
76
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','cwt' = 'Commentatore del testo scritto');
77
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dis','Dissertant');
77
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dbp' = 'Luogo di distribuzione');
78
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dln','Delineator');
78
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dfd' = 'Defendant');
79
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dnc','Dancer');
79
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dfe' = 'Defendant-appellee');
80
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dnr','Donor');
80
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dft' = 'Defendant-appellant');
81
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dpb','Distribution place');
81
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dgg' = 'Istituto che emette la laurea');
82
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dpc','Depicted');
82
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dis' = 'Laureando');
83
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dpt','Depositor');
83
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dln' = 'Disegnatore tecnico');
84
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','drm','Draftsman');
84
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dnc' = 'Danzatore');
85
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','drt','Director');
85
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dnr' = 'Donatore');
86
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dsr','Designer');
86
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dpc' = 'Rappresentato');
87
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dst','Distributor');
87
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dpt' = 'Depositante');
88
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dtc','Data contributor');
88
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','drm' = 'Progettista');
89
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dte','Dedicatee');
89
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','drt' = 'Direttore');
90
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dtm','Data manager');
90
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dsr' = 'Designer');
91
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dto','Dedicator');
91
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dst' = 'Distributore');
92
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dub','Dubious author');
92
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dtc' = 'Contributore in dati');
93
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','edt','Editor');
93
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dte' = 'Persona a cui è indirizzata la dedica');
94
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','egr','Engraver');
94
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dtm' = 'Data manager');
95
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','elg','Electrician');
95
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dto' = 'Persona che fa una dedica');
96
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','elt','Electrotyper');
96
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','dub' = 'Autore dubbio');
97
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','eng','Engineer');
97
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','edc' = 'Redattore della compilazione');
98
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','etr','Etcher');
98
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','edm' = 'Redattore del montaggio');
99
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','evp','Event place');
99
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','edt' = 'Redattore');
100
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','exp','Expert');
100
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','egr' = 'Incisore');
101
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fac','Facsimilist');
101
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','elg' = 'Tecnico delle luci');
102
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fld','Field director');
102
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','elt' = 'Elettrotipista');
103
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','flm','Film editor');
103
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','eng' = 'Ingegnere');
104
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fmo','Former owner');
104
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','etr' = 'Acquafortista');
105
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fpy','First party');
105
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','evp' = 'Luogo dell\'evento');
106
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fnd','Funder');
106
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','exp' = 'Esperto');
107
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','frg','Forger');
107
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fac' = 'Facsimilista');
108
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','gis','Geographic information specialist');
108
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fds' = 'Distributore del film');
109
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','-grt','Graphic technician');
109
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fld' = 'Direttore sul campo');
110
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','hnr','Honoree');
110
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','flm' = 'Collaboratore di post-produzione');
111
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','hst','Host');
111
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fmd' = 'Direttore del film');
112
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ill','Illustrator');
112
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fmk' = 'Filmmaker');
113
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ilu','Illuminator');
113
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fmo' = 'Precedente proprietario');
114
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ins','Inscriber');
114
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fmp' = 'Produttore del film');
115
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','inv','Inventor');
115
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fnd' = 'Finanziatore');
116
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','itr','Instrumentalist');
116
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','fpy' = 'First party');
117
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ive','Interviewee');
117
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','frg' = 'Falsario');
118
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ivr','Interviewer');
118
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','gis' = 'Specialista in informazione geografica');
119
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lbr','Laboratory');
119
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','his' = 'Istituzione ospitante');
120
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lbt','Librettist');
120
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','hnr' = 'Celebrato');
121
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ldr','Laboratory director');
121
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','hst' = 'Ospite');
122
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','led','Lead');
122
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ill' = 'Illustratore');
123
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lee','Libelee-appellee');
123
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ilu' = 'Miniatore');
124
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lel','Libelee');
124
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ins' = 'Scrittore di epigrafi');
125
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','len','Lender');
125
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','itr' = 'Strumentista');
126
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','let','Libelee-appellant');
126
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ive' = 'Intervistato');
127
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lgd','Lighting designer');
127
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ivr' = 'Intervistatore');
128
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lie','Libelant-appellee');
128
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','inv' = 'Inventore');
129
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lil','Libelant');
129
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','isb' = 'Ente creatore');
130
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lit','Libelant-appellant');
130
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','jud' = 'Giudice');
131
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lsa','Landscape architect');
131
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','jug' = 'Giurisdizione governata');
132
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lse','Licensee');
132
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lbr' = 'Laboratorio');
133
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lso','Licensor');
133
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lbt' = 'Librettista');
134
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ltg','Lithographer');
134
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ldr' = 'Direttore di laboratorio');
135
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lyr','Lyricist');
135
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','led' = 'Guida');
136
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mcp','Music copyist');
136
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lee' = 'Libelee-appellee');
137
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mfp','Manufacture place');
137
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lel' = 'Libelee');
138
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mfr','Manufacturer');
138
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','len' = 'Prestatore');
139
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mdc','Metadata contact');
139
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','let' = 'Libelee-appellant');
140
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mod','Moderator');
140
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lgd' = 'Lighting designer');
141
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mon','Monitor');
141
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lie' = 'Libelant-appellee');
142
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mrb','Marbler');
142
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lil' = 'Libelant');
143
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mrk','Markup editor');
143
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lit' = 'Libelant-appellant');
144
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','msd','Musical director');
144
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lsa' = 'Architetto del paesaggio');
145
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mte','Metal-engraver');
145
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lse' = 'Titolare della licenza');
146
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mus','Musician');
146
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lso' = 'Firmatario della licenza');
147
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','nrt','Narrator');
147
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ltg' = 'Litografo');
148
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','opn','Opponent');
148
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','lyr' = 'Paroliere');
149
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','org','Originator');
149
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mcp' = 'Copista di musica');
150
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','orm','Organizer of meeting');
150
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mfp' = 'Luogo di manifattura');
151
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','oth','Other');
151
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mfr' = 'Fabbricante');
152
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','own','Owner');
152
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mod' = 'Moderatore');
153
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pat','Patron');
153
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mon' = 'Controllore');
154
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pbd','Publishing director');
154
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mrb' = 'Marmorizzatore');
155
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pbl','Publisher');
155
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mrk' = 'Gestore del makeup');
156
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pdr','Project director');
156
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','msd' = 'Direttore musicale');
157
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pfr','Proofreader');
157
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mte' = 'Incisore sul metallo');
158
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pht','Photographer');
158
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','mus' = 'Musicista');
159
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','plt','Platemaker');
159
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','nrt' = 'Narratore');
160
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pma','Permitting agency');
160
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','opn' = 'Opponente');
161
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pmn','Production manager');
161
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','org' = 'Originatore');
162
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pop','Printer of plates');
162
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','orm' = 'Organizzatore dell\'incontro');
163
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ppm','Papermaker');
163
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','osp' = 'Presentatore sullo schermo');
164
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ppt','Puppeteer');
164
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','oth' = 'Altro');
165
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prc','Process contact');
165
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','own' = 'Proprietario');
166
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prd','Production personnel');
166
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pan' = 'Partecipante di tavola rotonda');
167
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prf','Performer');
167
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pat' = 'Patrono');
168
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prg','Programmer');
168
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pbd' = 'Direttore editoriale');
169
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prm','Printmaker');
169
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pbl' = 'Editore');
170
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pro','Producer');
170
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pdr' = 'Direttore del progetto');
171
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prp','Production place');
171
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pfr' = 'Correttore di bozze');
172
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prt','Printer');
172
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pht' = 'Fotografo');
173
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pta','Patent applicant');
173
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','plt' = 'Incisore su lastra');
174
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pte','Plaintiff -appellee');
174
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pma' = 'Agenzia che autorizza');
175
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ptf','Plaintiff');
175
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pmn' = 'Manager di produzione');
176
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pth','Patent holder');
176
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pop' = 'Stampatore della lastra');
177
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ptt','Plaintiff-appellant');
177
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ppm' = 'Fabbricante di carta');
178
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pup','Publication place');
178
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ppt' = 'Burattinaio');
179
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rbr','Rubricator');
179
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pra' = 'Moderatore del dibattito');
180
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rce','Recording engineer');
180
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prc' = 'Process contact');
181
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rcp','Recipient');
181
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prd' = 'Personale di produzione');
182
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','red','Redactor');
182
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prf' = 'Esecutore');
183
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ren','Renderer');
183
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prg' = 'Programmatore');
184
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','res','Researcher');
184
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prm' = 'Grafico preparatore per la stampa');
185
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rev','Reviewer');
185
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prn' = 'Compagnia di produzione');
186
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rps','Repository');
186
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pro' = 'Produttore cinematografico');
187
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rpt','Reporter');
187
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prp' = 'Luogo di produzione');
188
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rpy','Responsible party');
188
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prs' = 'Designer di produzione');
189
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rse','Respondent-appellee');
189
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prt' = 'Stampatore');
190
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rsg','Restager');
190
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','prv' = 'Fornitore');
191
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rsp','Respondent');
191
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pta' = 'Richiedente il brevetto');
192
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rst','Respondent-appellant');
192
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pte' = 'Plaintiff-appellee');
193
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rth','Research team head');
193
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ptf' = 'Plaintiff');
194
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rtm','Research team member');
194
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pth' = 'Possessore del brevetto');
195
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sad','Scientific advisor');
195
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ptt' = 'Plaintiff-appellant');
196
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sce','Scenarist');
196
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','pup' = 'Luogo di pubblicazione');
197
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','scl','Sculptor');
197
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rbr' = 'Rubricatore');
198
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','scr','Scribe');
198
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rce' = 'Ingegnere di registrazione');
199
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sds','Sound designer');
199
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rcd' = 'Fonico');
200
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sec','Secretary');
200
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rcp' = 'Ricevente');
201
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sgn','Signer');
201
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rdd' = 'Direttore radio');
202
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sht','Supporting host');
202
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','red' = 'Redattore');
203
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sng','Singer');
203
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ren' = 'Renderista');
204
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','spk','Speaker');
204
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','res' = 'Ricercatore');
205
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','spn','Sponsor');
205
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rev' = 'Recensore');
206
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','spy','Second party');
206
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rpc' = 'Produttore radio');
207
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','srv','Surveyor');
207
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rps' = 'Repository');
208
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','std','Set designer');
208
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rpt' = 'Reporter');
209
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stl','Storyteller');
209
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rpy' = 'Parte responsabile');
210
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stm','Stage manager');
210
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rse' = 'Respondent-appellee');
211
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stn','Standards body');
211
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rsg' = 'Riallestitore');
212
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','str','Stereotyper');
212
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rsp' = 'Respondent');
213
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tcd','Technical director');
213
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rst' = 'Respondent-appellant');
214
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tch','Teacher');
214
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rth' = 'Capo team ricerca');
215
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ths','Thesis advisor');
215
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','rtm' = 'Membro team ricerca');
216
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','trc','Transcriber');
216
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sad' = 'Informatore scientifico');
217
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','trl','Translator');
217
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sce' = 'Scenarista');
218
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tyd','Type designer');
218
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','scl' = 'Scultore');
219
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tyg','Typographer');
219
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','scr' = 'Scriba');
220
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','uvp','University place');
220
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sds' = 'Designer del suono');
221
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','vdg','Videographer');
221
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sec' = 'Segretario');
222
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','voc','Vocalist');
222
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sgd' = 'Direttore di scena');
223
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wam','Writer of accompanying material');
223
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sgn' = 'Firmatario');
224
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wdc','Woodcutter');
224
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sht' = 'Fornitore di supporto');
225
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wde','Wood-engraver');
225
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sll' = 'Venditore');
226
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wit','Witness');
226
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','sng' = 'Cantante');
227
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','spk' = 'Oratore');
228
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','spn' = 'Sponsor');
229
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','spy' = 'Second party');
230
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','std' = 'Designer della scena');
231
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stg' = 'Ambientazione');
232
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stl' = 'Narratore');
233
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stm' = 'Manager della scena');
234
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','stn' = 'Ente standardizzatore');
235
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','str' = 'Stereotipista');
236
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','srv' = 'Supervisore');
237
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tcd' = 'Direttore tecnico');
238
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tch' = 'Insegnante');
239
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','ths' = 'Relatore di tesi');
240
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tld' = 'Direttore televisivo');
241
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tlp' = 'Produttore televisivo');
242
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','trc' = 'Trascrittore');
243
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','trl' = 'Traduttore');
244
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tyd' = 'Designer dei caratteri');
245
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','tyg' = 'Tipografo');
246
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','uvp' = 'Sede dell\'Università');
247
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','vdg' = 'Videografico');
248
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wac' = 'Scrittore dei commenti aggiunti ');
249
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wal' = 'Scrittore delle liriche aggiunte ');
250
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wam' = 'Scrittore del materiale di accompagnamento');
251
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wat' = 'Scrittore del testo aggiunto');
252
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wdc' = 'Intagliatore su legno');
253
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wde' = 'Incisore su legno');
254
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RELTERMS','wit' = 'Testimone');
227
- 

Return to bug 12299